Skip to content

Commit

Permalink
chore: update storybook to v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Nov 13, 2024
1 parent 2034620 commit 3a3776c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silly-sheep-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

chore: update `storybook` to v8.4.0
2 changes: 1 addition & 1 deletion packages/adders/storybook/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineAdder({
scripts: [
{
description: 'applies storybook',
args: ['storybook@8.3.6', 'init', '--skip-install', '--no-dev'],
args: ['storybook@8.4.0', 'init', '--skip-install', '--no-dev'],
stdio: 'inherit'
}
],
Expand Down

0 comments on commit 3a3776c

Please sign in to comment.