mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
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:
committed by
GitHub
parent
9d99fe2838
commit
9531a57f1c
@@ -80,7 +80,7 @@
|
||||
"typescript-strict-plugin": "^2.4.4"
|
||||
},
|
||||
"resolutions": {
|
||||
"rollup": "4.9.4"
|
||||
"rollup": "4.40.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
|
||||
@@ -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",
|
||||
|
||||
6
upcoming-release-notes/4943.md
Normal file
6
upcoming-release-notes/4943.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [jfdoming]
|
||||
---
|
||||
|
||||
Deduplicate vite versions
|
||||
Reference in New Issue
Block a user