You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
kyllerss
changed the title
Update Svelte dependencies
Svelte v5.0 dependencies
Oct 20, 2024
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.
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
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
.The text was updated successfully, but these errors were encountered: