chore: upgrade Vite to 8.2.0 and @vitejs/plugin-react to 6.0.5

This commit is contained in:
Steven RYDELL
2026-07-30 15:42:16 +02:00
parent b9489a795b
commit fe24a9bec0
3 changed files with 132 additions and 41 deletions
+2 -2
View File
@@ -54,7 +54,7 @@
"@types/node": "^26.1.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.4",
"@vitejs/plugin-react": "6.0.5",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.1.1",
@@ -65,7 +65,7 @@
"tailwindcss": "^4.3.3",
"typescript": "~6.0.3",
"typescript-eslint": "^8.65.0",
"vite": "^8.1.5",
"vite": "8.2.0",
"vitest": "^4.1.10"
}
}