Closed hexagon6 closed 1 year ago
Is there a timeline on supporting Svelte 4? I am looking into using Histoire over Storybook in a project that is starting soon, but this would be a blocker.
@brittneypostma i believe it is supported, the version number bump is just overly restrictive. just force install
Describe the bug
When migrating from svelte 3 to svelte 4 in a sveltekit project which uses histoire, I get the following error on npm install.
So my conclusion is: @histoire/plugin-svelte: Peer Dependency "svelte": "^3.0.0" prevents installation of svelte 4
Reproduction
Install sveltekit in version ^1.13.0 with svelte@3 with @histoire/plugin-svelte and then run
npx svelte-migrate svelte-4
to migrate to svelte@4 and sveltekit to ^1.20.4.This will lead to conflicting peer dependencies because of peer dependency definition of @histoire/plugin-svelte@0.16.1 .
System Info
Used Package Manager
npm
Validations