svelte-currency-input
svelte-currency-input copied to clipboard
Set Svelte 4.x as `peerDependency` in `package.json`
Reverted from 4.x to 3.x in https://github.com/fmaclen/svelte-currency-input/pull/70
Making this change means that we can no longer support types in Svelte 3.x which would be a breaking change.
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.