Vite 5 upgrade (#6206)

This commit is contained in:
Tom Moor
2023-11-23 07:34:47 -05:00
committed by GitHub
parent 1f40b640ac
commit 5c55b1367b
2 changed files with 346 additions and 305 deletions

View File

@@ -28,16 +28,16 @@
"test:app": "TZ=UTC jest --config=.jestconfig.json --selectProjects app",
"test:shared": "TZ=UTC jest --config=.jestconfig.json --selectProjects shared-node shared-jsdom",
"test:server": "TZ=UTC jest --config=.jestconfig.json --selectProjects server",
"vite:dev": "vite",
"vite:build": "vite build",
"vite:preview": "vite preview"
"vite:dev": "VITE_CJS_IGNORE_WARNING=true vite",
"vite:build": "VITE_CJS_IGNORE_WARNING=true vite build",
"vite:preview": "VITE_CJS_IGNORE_WARNING=true vite preview"
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/outline"
},
"engines": {
"node": ">= 14 <=20"
"node": ">= 18 <=20"
},
"repository": {
"type": "git",
@@ -183,7 +183,7 @@
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.7.1",
"react-helmet-async": "^1.3.0",
"react-helmet-async": "^2.0.1",
"react-hook-form": "^7.41.5",
"react-i18next": "^12.3.1",
"react-merge-refs": "^2.0.2",
@@ -226,8 +226,8 @@
"utility-types": "^3.10.0",
"uuid": "^8.3.2",
"validator": "13.9.0",
"vite": "^4.4.11",
"vite-plugin-pwa": "^0.14.4",
"vite": "^5.0.2",
"vite-plugin-pwa": "^0.17.0",
"winston": "^3.10.0",
"ws": "^7.5.9",
"y-indexeddb": "^9.0.11",
@@ -338,7 +338,7 @@
"prettier": "^2.8.8",
"react-refresh": "^0.14.0",
"rimraf": "^2.5.4",
"rollup-plugin-webpack-stats": "^0.2.1",
"rollup-plugin-webpack-stats": "^0.2.2",
"terser": "^5.19.2",
"typescript": "^5.0.0",
"vite-plugin-static-copy": "^0.17.0",
@@ -352,7 +352,7 @@
"js-yaml": "^3.14.1",
"jpeg-js": "0.4.4",
"qs": "6.9.7",
"rollup": "^3.14.0"
"rollup": "^4.5.1"
},
"version": "0.73.1"
}