chore: upgrade Vite to v8 and update React plugins

This commit is contained in:
2026-03-17 16:27:19 -06:00
parent cb7e4d3449
commit 1771924c69
3 changed files with 137 additions and 185 deletions

View File

@@ -18,7 +18,7 @@
"@types/react-dom": "^19.2.3",
"husky": "^9.1.7",
"lint-staged": "^16.3.2",
"vite": "^7.3.1"
"vite": "^8.0.0"
},
"peerDependencies": {
"typescript": "^5.9.3"
@@ -33,9 +33,8 @@
"@srjuggernaut-dev/srjuggernaut-panda-preset": "^0.0.17",
"@tanstack/react-router": "^1.166.3",
"@tanstack/react-start": "^1.166.3",
"@vitejs/plugin-react-swc": "^4.2.3",
"@vitejs/plugin-react": "^6.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"vite-tsconfig-paths": "^6.1.1"
"react-dom": "^19.2.4"
}
}