sveltejs / rollup-plugin-svelte

Compile Svelte components with Rollup
MIT License
499 stars 80 forks source link

Bump peerDep to support svelte 5 #218

Open mhkeller opened 2 months ago

mhkeller commented 2 months ago

I'm currently getting an npm error when I try to include this in a project that uses svelte 5 because I think npm needs to specifically be told to add beta tags: https://classic.yarnpkg.com/en/docs/dependency-versions#toc-pre-release-tags

webJose commented 1 month ago

I believe I'm also in need of this.