fix: resolve frontend dependency conflicts for Vite 8 build

This commit is contained in:
copilot-swe-agent[bot]
2026-06-07 15:40:09 +00:00
committed by GitHub
parent 34637cc79d
commit 109e47170f
2 changed files with 21 additions and 21 deletions
+2 -2
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,7 +21,7 @@
"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",