Merge pull request #4 from MengMengCode/dependabot/npm_and_yarn/frontend/vite-8.0.16

build(deps-dev): bump vite from 5.4.21 to 8.0.16 in /frontend
This commit is contained in:
Meng Meng
2026-06-07 23:42:42 +08:00
committed by GitHub
2 changed files with 566 additions and 716 deletions
+563 -713
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@novnc/novnc": "1.6.0",
"@novnc/novnc": "1.5.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"axios": "^1.7.7",
@@ -21,11 +21,11 @@
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react": "^5.2.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.11"
"vite": "^8.0.16"
}
}