Skip to content

Svelte 4 unmet peer dependency warning #331

Answered by vnphanquang
mrankine asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mrankine thanks for reaching out, you can either drop to version ^3.0.0 for @svelte-put/shortcut in your package.json, or remove and install again with a version specifier as below:

pnpm add -D @svelte-put/shortcut@^3.0.0

By the way, I just updated Svelte v4 docs with the compatible version in the installation guide.


As Svelte 5 is pretty much backwards compatible, I hope you have a chance to migrate soon. The migration should be incremental: https://svelte.dev/docs/svelte/v5-migration-guide.

Cheers!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vnphanquang
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #329 on December 11, 2024 05:02.