chore: upgrade vitest and Vite-adjacent tooling

This commit is contained in:
Tommaso Casaburi
2026-03-13 16:58:52 +08:00
parent fd9ab19de3
commit bf6bfa1adb
2 changed files with 262 additions and 292 deletions
+5 -5
View File
@@ -13,7 +13,7 @@
"@capawesome/capacitor-android-edge-to-edge-support": "7.2.2",
"@floating-ui/react": "0.26.1",
"@react-spring/web": "9.7.5",
"@types/node": "20.8.2",
"@types/node": "20.19.37",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@use-gesture/react": "10.3.1",
@@ -122,8 +122,8 @@
"@types/lodash": "4.17.23",
"@types/memoizee": "0.4.9",
"@typescript/native-preview": "^7.0.0-dev.20251226.1",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-istanbul": "4.0.15",
"@vitejs/plugin-react": "6.0.0",
"@vitest/coverage-istanbul": "4.1.0",
"assert": "2.1.0",
"babel-plugin-react-compiler": "1.0.0",
"buffer": "6.0.3",
@@ -137,7 +137,7 @@
"electron": "36.9.5",
"husky": "4.3.8",
"isomorphic-fetch": "3.0.0",
"jsdom": "27.3.0",
"jsdom": "28.1.0",
"knip": "5.86.0",
"lint-staged": "12.3.8",
"node-fetch": "3.3.2",
@@ -151,7 +151,7 @@
"stream-browserify": "3.0.0",
"vite": "8.0.0",
"vite-plugin-pwa": "1.2.0",
"vitest": "4.0.15",
"vitest": "4.1.0",
"wait-on": "9.0.3",
"workbox-build": "7.4.0",
"workbox-window": "7.4.0"