fix(deps): upgrade Vite v8 and @vitejs/plugin-react v6 (#710)

This commit is contained in:
Will Pfleger
2026-05-21 19:03:59 -04:00
committed by GitHub
parent 5b75ce4755
commit 4e060bfec2
3 changed files with 316 additions and 548 deletions
+2 -2
View File
@@ -41,12 +41,12 @@
"@tanstack/virtual-file-routes": "^1.161.7",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"@vitejs/plugin-react": "^6.0.0",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.9.0",
"vite": "^7.0.4"
"vite": "^8.0.0"
}
}