Deduplicate vite versions (#4943)

* Deduplicate vite versions

* Add release notes

* Ensure plugins are compatible with the latest vite

* yarn dedupe
This commit is contained in:
Julian Dominguez-Schatz
2025-05-06 18:10:51 -04:00
committed by GitHub
parent 9d99fe2838
commit 9531a57f1c
4 changed files with 285 additions and 635 deletions

View File

@@ -80,7 +80,7 @@
"typescript-strict-plugin": "^2.4.4"
},
"resolutions": {
"rollup": "4.9.4"
"rollup": "4.40.1"
},
"engines": {
"node": ">=18.0.0"

View File

@@ -78,8 +78,8 @@
"terser-webpack-plugin": "^5.3.14",
"usehooks-ts": "^3.1.1",
"uuid": "^9.0.1",
"vite": "^5.4.19",
"vite-plugin-pwa": "^0.20.5",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^3.0.2",
"webpack": "^5.98.0",

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [jfdoming]
---
Deduplicate vite versions

908
yarn.lock

File diff suppressed because it is too large Load Diff