Open
Description
Describe the problem
create-vite
as of this commit switched to [email protected]
. Which breaks install as vite-plugin-svelte
requires vite^6.0.0
.
Describe the proposed solution
So will it be possible to update vite-plugin-svelte
to [email protected]
Alternatives considered
Manually changing vite
version in package.json
- "vite": "^7.0.0"
+ "vite": "^6.0.0"
Importance
nice to have