bump vite
Massimo Melina committed
Jan 6, 2025 at 00:13 UTC
79304fa4c289ab24714d71772ee1ab98f32cee64
2 files changed
+2
-2
admin/package.json
+1
-1
@@ -39,7 +39,7 @@
39
"@types/react-dom": "^18.3.2",
40
"@types/react-window": "^1.8.8",
41
"@types/react-virtualized-auto-sizer": "^1.0.4",
42
- "vite": "^5.4.8"
42
+ "vite": "^6.0.7"
43
},
44
"eslintConfig": {
45
"extends": [
frontend/package.json
+1
-1
@@ -22,7 +22,7 @@
22
"@types/lodash": "^4.14.178",
23
"@types/react": "^18.3.14",
24
"@types/react-dom": "^18.3.2",
25
- "@vitejs/plugin-legacy": "^5.3.2",
25
+ "@vitejs/plugin-legacy": "^6.0.0",
26
"cross-env": "^7.0.3",
27
"sass": "^1.54.5",
28
"vite": "*"