Skip to content

Commit

Permalink
Merge pull request #237 from storybookjs/support-vite-plugin-svelte-5
Browse files Browse the repository at this point in the history
Support `@sveltejs/vite-plugin-svelte` v5
  • Loading branch information
JReinhold authored Nov 28, 2024
2 parents 90273da + 6fcbc6b commit 4f5cb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
"peerDependencies": {
"@storybook/svelte": "^8.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0 || ^5.0.0",
"svelte": "^5.0.0",
"vite": "^5.0.0 || ^6.0.0"
},
Expand Down

0 comments on commit 4f5cb24

Please sign in to comment.