Skip to content

Commit

Permalink
fix(starter): update CLI version of storybook (QwikDev#6781)
Browse files Browse the repository at this point in the history
update storybook starter version

Co-authored-by: jean-philippe <[email protected]>
  • Loading branch information
Kampouse and jean-philippe authored Aug 10, 2024
1 parent 01c9d12 commit 2175345
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions starters/features/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
]
},
"devDependencies": {
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/blocks": "^7.4.6",
"@storybook/builder-vite": "^7.4.6",
"@storybook/html": "^7.4.6",
"@storybook/html-vite": "^7.4.6",
"storybook": "^7.4.6",
"storybook-framework-qwik": "^0.2.4"
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/blocks": "^8.2.8",
"@storybook/builder-vite": "^8.2.8",
"@storybook/html": "^8.2.8",
"@storybook/html-vite": "^8.2.8",
"storybook": "^8.2.8",
"storybook-framework-qwik": "^0.4.0"
},
"scripts": {
"build-storybook": "storybook build",
Expand Down

0 comments on commit 2175345

Please sign in to comment.