nicolium: update to vite 8

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-15 12:28:37 +01:00
parent 3cc5e12e38
commit f28368bc2d
2 changed files with 69 additions and 133 deletions

View File

@ -144,7 +144,7 @@
"@types/react-sparklines": "^1.7.5",
"@types/react-swipeable-views": "^0.13.6",
"@typescript/native-preview": "7.0.0-dev.20260315.1",
"@vitejs/plugin-react": "^5.1.4",
"@vitejs/plugin-react": "^6.0.0",
"@vitest/coverage-v8": "4.1.0",
"eslint-plugin-formatjs": "^6.3.0",
"globals": "^17.4.0",
@ -161,12 +161,12 @@
"tslib": "^2.8.1",
"type-fest": "^5.4.4",
"typescript": "5.9.3",
"vite": "^7.3.1",
"vite": "^8.0.0",
"vite-plugin-compile-time": "^0.4.6",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-require": "^1.2.14",
"vite-plugin-static-copy": "^3.2.0",
"vite-plugin-static-copy": "^3.3.0",
"vitest": "^4.1.0"
},
"lint-staged": {