joshnuss / svelte-stripe

Everything you need to add Stripe Elements to your Svelte project
https://sveltestripe.com
MIT License
422 stars 41 forks source link

updates dev dependencies to support svelte-5 release candidate. Have … #115

Closed travisdmathis closed 5 days ago

travisdmathis commented 5 months ago

…tested and everything works fine. please enable svelte 5

vercel[bot] commented 5 months ago

@travisdmathis is attempting to deploy a commit to the Joshua Nussbaum's projects Team on Vercel.

A member of the Team first needs to authorize it.

joshnuss commented 5 months ago

Hi,

Does the version be specified as 5.0.0 or will that not match RC releases?

travisdmathis commented 5 months ago

Hi,

Does the version be specified as 5.0.0 or will that not match RC releases?

^4, ^5, ^5.0.0 will not resolve hyphenated names so it has to be specific.. once they drop the next tag you can change it to ^5. I chose -next.120 because that's the first RC release.

joshnuss commented 4 months ago

The hold up is that this version will constantly change.

Maybe it should just specify greater than 3, ie >= 3

joshnuss commented 5 days ago

Issue is resolved in latest version.