svelte-currency-input icon indicating copy to clipboard operation
svelte-currency-input copied to clipboard

Set Svelte 4.x as `peerDependency` in `package.json`

Open fmaclen opened this issue 1 year ago • 1 comments

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.

fmaclen avatar Nov 10 '23 14:11 fmaclen

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.

fmaclen avatar Nov 11 '23 13:11 fmaclen