Sveltekit template dependency issue
https://github.com/dfinity/examples/blob/aac0602139a2b3b9c509a126ee707ac9316912b0/svelte/sveltekit-starter/package.json#L44
Following the guidelines on the site leads to a dependency conflict.
In pacakge.json:
"@sveltejs/kit": "next", # defaults to @1.30.4
...
"vite": "^3.2.10"
However, @sveltejs/[email protected] depends on vite ^4.0.0
Changing this by hand fixes the issue but I think this template could benefit from a SvelteKit 2 & Svelte 5 update. Are these compatible with ICP?
I'm very new to ICP but relatively comfortable with SvelteKit, I'd be interested in creating a new template if someone can help me out with the dfx side of things.
Cheers :)
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.