Skip to content

Commit

Permalink
move dependencies to storybook-addon
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Sep 22, 2024
1 parent c1560d9 commit 5b1ced5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
5 changes: 1 addition & 4 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require": "./dist/module.cjs"
}
},
"bin":{
"bin": {
"storybook": "./bin/storybook.mjs"
},
"main": "./dist/module.cjs",
Expand All @@ -51,11 +51,8 @@
"@nuxt/devtools-kit": "^1.0.8",
"@nuxt/kit": "^3.12.0",
"@storybook-vue/nuxt": "workspace:*",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/blocks": "^8.3.0",
"@storybook/core-common": "^8.3.0",
"@storybook/core-server": "^8.3.0",
"@storybook/test": "^8.3.0",
"chalk": "^5.0.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@
"@nuxt/schema": "^3.13.0",
"@nuxt/vite-builder": "^3.13.0",
"@rollup/plugin-replace": "^5.0.7",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/builder-vite": "^8.3.0",
"@storybook/test": "^8.3.0",
"@storybook/vue3": "^8.3.0",
"@storybook/vue3-vite": "^8.3.0",
"json-stable-stringify": "^1.1.1",
Expand Down
15 changes: 6 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b1ced5

Please sign in to comment.