Skip to content

Commit

Permalink
Pin storybook packages (#818)
Browse files Browse the repository at this point in the history
<!--
☝️ 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? -->
  • Loading branch information
tobiasdiez authored Dec 3, 2024
1 parent 51f566d commit 739e8ff
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 276 deletions.
6 changes: 3 additions & 3 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@nuxt/devtools-kit": "^1.0.8",
"@nuxt/kit": "^3.12.0",
"@storybook-vue/nuxt": "workspace:*",
"@storybook/core-common": "^8.3.0",
"@storybook/core-server": "^8.3.0",
"@storybook/core-common": "8.3.0",
"@storybook/core-server": "8.3.0",
"chalk": "^5.0.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"get-port-please": "^3.1.2",
"storybook": "^8.3.0",
"storybook": "8.3.0",
"ufo": "^1.5.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
"@nuxt/schema": "^3.13.0",
"@nuxt/vite-builder": "^3.13.0",
"@rollup/plugin-replace": "^6.0.0",
"@storybook/builder-vite": "^8.3.0",
"@storybook/vue3": "^8.3.0",
"@storybook/vue3-vite": "^8.3.0",
"@storybook/builder-vite": "8.3.0",
"@storybook/vue3": "8.3.0",
"@storybook/vue3-vite": "8.3.0",
"json-stable-stringify": "^1.1.1",
"mlly": "^1.7.1",
"ofetch": "^1.3.4",
Expand All @@ -81,7 +81,7 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@storybook/types": "^8.3.0",
"@storybook/types": "8.3.0",
"@types/json-stable-stringify": "1.0.36",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"devDependencies": {
"@nuxtjs/storybook": "workspace:*",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-interactions": "^8.3.0",
"@storybook/addon-links": "^8.3.0",
"@storybook/addon-essentials": "8.3.0",
"@storybook/addon-interactions": "8.3.0",
"@storybook/addon-links": "8.3.0",
"nuxt": "3.13.2",
"storybook": "^8.3.0",
"storybook": "8.3.0",
"vite-plugin-inspect": "0.8.7"
}
}
Loading

0 comments on commit 739e8ff

Please sign in to comment.