feat: upgrade Node.js version and update dependencies for frontend and docs

This commit is contained in:
MengMengCode
2026-07-26 04:38:56 +08:00
parent 73433c035d
commit 70679b6fbb
20 changed files with 79 additions and 134 deletions
+6 -6
View File
@@ -14,16 +14,16 @@
"@xterm/xterm": "^6.0.0",
"axios": "^1.18.0",
"lucide-react": "^0.454.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.18.1"
"react": "19.2.8",
"react-dom": "19.2.8",
"react-router": "8.3.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss": "^8.5.23",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^8.0.16"