chore: update dependencies and configuration for Vite and Vitest

- Bump versions of @vitejs/plugin-react, @vitest/coverage-istanbul, @vitest/coverage-v8, and @vitest/ui to their beta releases.
- Upgrade Vite and Vitest to their respective beta versions.
- Adjust Vite configuration to disable code splitting for improved React initialization stability.
This commit is contained in:
GitHub Actions
2026-03-12 04:31:31 +00:00
parent 2e85a341c8
commit d4081d954f
9 changed files with 1358 additions and 404 deletions

View File

@@ -25,6 +25,6 @@
"prettier-plugin-tailwindcss": "^0.7.2",
"tar": "^7.5.11",
"typescript": "^6.0.1-rc",
"vite": "^7.3.1"
"vite": "^8.0.0-beta.18"
}
}