examples icon indicating copy to clipboard operation
examples copied to clipboard

Sveltekit template dependency issue

Open robsyc opened this issue 1 year ago • 1 comments

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 :)

robsyc avatar Sep 25 '24 14:09 robsyc

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 26 '24 01:10 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Nov 10 '24 02:11 github-actions[bot]