Upgrade vite and react-router (#778)

| Package                           | From | To       |
|----------------------------------|-----------|---------|
react-router                       | ( new ) | 7.8.2 |
react-router-dom             | 6.22.3 | ( del ) |
@vitejs/plugin-react-swc | 3.10.2 | 4.0.1 |
vite                                      | 6.3.5   | 7.1.4 |
This commit is contained in:
Marc Brooks
2025-09-04 05:20:01 -05:00
committed by GitHub
parent 1dda6184da
commit 5f3dd89d55
35 changed files with 136 additions and 147 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "kvm-ui",
"private": true,
"version": "2025.09.03.1500",
"version": "2025.09.03.2100",
"type": "module",
"engines": {
"node": "22.15.0"
@@ -41,7 +41,7 @@
"react-dom": "^19.1.1",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-router-dom": "^6.22.3",
"react-router": "^7.8.2",
"react-simple-keyboard": "^3.8.119",
"react-use-websocket": "^4.13.0",
"react-xtermjs": "^1.0.10",
@@ -65,7 +65,7 @@
"@types/validator": "^13.15.3",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"@vitejs/plugin-react-swc": "^3.10.2",
"@vitejs/plugin-react-swc": "^4.0.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.1.8",
@@ -79,7 +79,7 @@
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"vite": "^6.3.5",
"vite": "^7.1.4",
"vite-tsconfig-paths": "^5.1.4"
}
}