Open fmaclen opened 11 months ago
Or maybe not.
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 https://github.com/fmaclen/svelte-currency-input/pull/70Making this change means that we can no longer support types in Svelte
3.x
which would be a breaking change.