fix(admin-vite-plugin,admin-bundler,ui,icons,dashboard,framework,types): Update Vite dependencies (#11414)

**What**
- Bumps the versions of Vite across the entire stack, to prevent an issue similar to what is described here: https://github.com/vitejs/vite/discussions/18271

Not entirely sure what was happening as I couldn't reproduce the issue, but Adrien faced the issue yesterday when working with local versions of our packages. It does appear as if the range we had before could lead to a version of Vite to be installed with said bug.
This commit is contained in:
Kasper Fabricius Kristensen
2025-02-12 11:09:39 +01:00
committed by GitHub
parent d6c03ee542
commit 47edd01dee
9 changed files with 699 additions and 402 deletions

View File

@@ -51,8 +51,8 @@
"rollup-plugin-ts": "^3.2.0",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.1.6",
"vite": "^5.2.11",
"vitest": "^2.1.9"
"vite": "^5.4.14",
"vitest": "^3.0.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"