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
peerDependency was set by the SvelteKit skeleton package generator. I added it this project here, but then it caused issues. This was later removed and so far it has not been a problem.
The library doesn't require (so far) any specific versions of Svelte so demanding a specific version as a peer dependency doesn't seem to be worth it.
Reverted from
4.x
to3.x
in #70Making this change means that we can no longer support types in Svelte
3.x
which would be a breaking change.The text was updated successfully, but these errors were encountered: