Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte v5.0 dependencies #73

Open
kyllerss opened this issue Oct 20, 2024 · 2 comments
Open

Svelte v5.0 dependencies #73

kyllerss opened this issue Oct 20, 2024 · 2 comments

Comments

@kyllerss
Copy link

Looks like Svelte released a new major version (v5.0). When attempting to update a project that includes tsparticles/svelte, I run into the following dependency being out of date: @sveltejs/vite-plugin-svelte.

@kyllerss kyllerss changed the title Update Svelte dependencies Svelte v5.0 dependencies Oct 20, 2024
@rob-lowcock
Copy link

I'm encountering the same problem. I tried forking the repo to try and create a PR myself, but ran into all sorts of peer dependency issues with rollup which someone smarter than me might be able to figure out.

@vtempest
Copy link

`

throw new Error(`The tsParticles version is different from the loaded plugins version. Engine version: ${engine.version}. Plugins version: ${pluginVersion}`);
      ^

Error: The tsParticles version is different from the loaded plugins version. Engine version: 3.6.0. Plugins version: 3.7.1
at assertValidVersion (fil

similar issue with deps latest on svelte5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants