Skip to content

Commit 739e8ff

Browse files
authored
Pin storybook packages (#818)
<!-- ☝️ PR title should follow conventional commits (https://conventionalcommits.org). In particular, the title should start with one of the following types: - docs: 📖 Documentation (updates to the documentation or readme) - fix: 🐞 Bug fix (a non-breaking change that fixes an issue) - feat: ✨ New feature/enhancement (a non-breaking change that adds functionality or improves existing one) - feat!/fix!: ⚠️ Breaking change (fix or feature that would cause existing functionality to change) - chore: 🧹 Chore (updates to the build process or auxiliary tools and libraries) --> ### 🔗 Linked issue <!-- If it resolves an open issue, please link the issue here. For example "Resolves #123" --> ### 📚 Description <!-- Describe your changes in detail --> <!-- Why is this change required? What problem does it solve? -->
1 parent 51f566d commit 739e8ff

File tree

4 files changed

+276
-276
lines changed

4 files changed

+276
-276
lines changed

packages/nuxt-module/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
"@nuxt/devtools-kit": "^1.0.8",
4848
"@nuxt/kit": "^3.12.0",
4949
"@storybook-vue/nuxt": "workspace:*",
50-
"@storybook/core-common": "^8.3.0",
51-
"@storybook/core-server": "^8.3.0",
50+
"@storybook/core-common": "8.3.0",
51+
"@storybook/core-server": "8.3.0",
5252
"chalk": "^5.0.0",
5353
"consola": "^3.2.3",
5454
"defu": "^6.1.4",
5555
"get-port-please": "^3.1.2",
56-
"storybook": "^8.3.0",
56+
"storybook": "8.3.0",
5757
"ufo": "^1.5.3"
5858
},
5959
"devDependencies": {

packages/storybook-addon/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"@nuxt/schema": "^3.13.0",
7171
"@nuxt/vite-builder": "^3.13.0",
7272
"@rollup/plugin-replace": "^6.0.0",
73-
"@storybook/builder-vite": "^8.3.0",
74-
"@storybook/vue3": "^8.3.0",
75-
"@storybook/vue3-vite": "^8.3.0",
73+
"@storybook/builder-vite": "8.3.0",
74+
"@storybook/vue3": "8.3.0",
75+
"@storybook/vue3-vite": "8.3.0",
7676
"json-stable-stringify": "^1.1.1",
7777
"mlly": "^1.7.1",
7878
"ofetch": "^1.3.4",
@@ -81,7 +81,7 @@
8181
"vue-router": "^4.3.0"
8282
},
8383
"devDependencies": {
84-
"@storybook/types": "^8.3.0",
84+
"@storybook/types": "8.3.0",
8585
"@types/json-stable-stringify": "1.0.36",
8686
"@vitejs/plugin-vue": "5.1.4",
8787
"@vitejs/plugin-vue-jsx": "4.0.1",

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
},
1414
"devDependencies": {
1515
"@nuxtjs/storybook": "workspace:*",
16-
"@storybook/addon-essentials": "^8.3.0",
17-
"@storybook/addon-interactions": "^8.3.0",
18-
"@storybook/addon-links": "^8.3.0",
16+
"@storybook/addon-essentials": "8.3.0",
17+
"@storybook/addon-interactions": "8.3.0",
18+
"@storybook/addon-links": "8.3.0",
1919
"nuxt": "3.13.2",
20-
"storybook": "^8.3.0",
20+
"storybook": "8.3.0",
2121
"vite-plugin-inspect": "0.8.7"
2222
}
2323
}

0 commit comments

Comments
 (0)