Upgrade Vite 8, plugin-react 6, Vitest 4

Vite 6→8 (Rolldown/Oxc), @vitejs/plugin-react 4→6 (Babel-free), Vitest 3→4 (AST coverage)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-23 09:41:14 +01:00
parent 722e8cc627
commit 278c06221f
3 changed files with 253 additions and 1199 deletions

View File

@@ -26,9 +26,9 @@
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^28.1.0",
"tailwindcss": "^4.2.2",
"vite": "^6.2.0"
"vite": "^8.0.1"
}
}