Skip to content

Commit 9f09d4c

Browse files
chore(deps): update storybook packages to v10
1 parent dab79ae commit 9f09d4c

File tree

10 files changed

+157
-148
lines changed

10 files changed

+157
-148
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- node: 21
2929
env:
3030
# renovate: datasource=npm depName=storybook
31-
STORYBOOK_VERSION: '9.1.16'
31+
STORYBOOK_VERSION: '10.0.8'
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

docs/content/1.getting-started/1.setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ The Storybook CLI provides a convenient way to integrate Storybook with Nuxt. Ru
1010
::code-group
1111

1212
```bash [pnpm]
13-
pnpm dlx storybook@9.1.16 init
13+
pnpm dlx storybook@10.0.8 init
1414
```
1515

1616
```bash [yarn]
17-
yarn dlx storybook@9.1.16 init
17+
yarn dlx storybook@10.0.8 init
1818
```
1919

2020
```bash [npm]
21-
npx storybook@9.1.16 init
21+
npx storybook@10.0.8 init
2222
```
2323

2424
::

docs/content/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ orientation: horizontal
1010
---
1111
:::prose-pre
1212
---
13-
code: npx storybook@9.1.16 init
13+
code: npx storybook@10.0.8 init
1414
filename: Terminal
1515
---
1616
```bash
17-
npx storybook@9.1.16 init
17+
npx storybook@10.0.8 init
1818
```
1919
:::
2020

examples/showcase/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"devDependencies": {
2323
"@chromatic-com/storybook": "4.1.2",
2424
"@nuxtjs/storybook": "latest",
25-
"@storybook/addon-docs": "9.1.16",
26-
"@storybook/addon-links": "9.1.16",
27-
"storybook": "9.1.16"
25+
"@storybook/addon-docs": "10.0.8",
26+
"@storybook/addon-links": "10.0.8",
27+
"storybook": "10.0.8"
2828
}
2929
}

examples/starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@chromatic-com/storybook": "4.1.2",
2020
"@nuxtjs/storybook": "latest",
21-
"@storybook/addon-docs": "9.1.16",
22-
"storybook": "9.1.16"
21+
"@storybook/addon-docs": "10.0.8",
22+
"storybook": "10.0.8"
2323
}
2424
}

examples/tailwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"devDependencies": {
2020
"@chromatic-com/storybook": "4.1.2",
2121
"@nuxtjs/storybook": "latest",
22-
"@storybook/addon-docs": "9.1.16",
23-
"@storybook/addon-links": "9.1.16",
24-
"storybook": "9.1.16",
22+
"@storybook/addon-docs": "10.0.8",
23+
"@storybook/addon-links": "10.0.8",
24+
"storybook": "10.0.8",
2525
"tailwindcss": "3.4.17"
2626
}
2727
}

packages/nuxt-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@nuxt/module-builder": "1.0.2",
63-
"storybook": "9.1.16",
63+
"storybook": "10.0.8",
6464
"unbuild": "3.6.1",
6565
"vite": "7.1.4"
6666
},

packages/storybook-addon/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
"@nuxt/schema": "^3.20.0",
7272
"@nuxt/vite-builder": "^3.20.0",
7373
"@rollup/plugin-replace": "^6.0.3",
74-
"@storybook/builder-vite": "9.1.16",
75-
"@storybook/vue3": "9.1.16",
76-
"@storybook/vue3-vite": "9.1.16",
74+
"@storybook/builder-vite": "10.0.8",
75+
"@storybook/vue3": "10.0.8",
76+
"@storybook/vue3-vite": "10.0.8",
7777
"json-stable-stringify": "^1.3.0",
7878
"mlly": "^1.8.0",
7979
"ofetch": "^1.5.1",
@@ -86,7 +86,7 @@
8686
"@vitejs/plugin-vue-jsx": "5.1.1",
8787
"changelogen": "0.6.2",
8888
"nuxt": "4.2.0",
89-
"storybook": "9.1.16",
89+
"storybook": "10.0.8",
9090
"typescript": "5.9.2",
9191
"unbuild": "3.6.1",
9292
"vue": "3.5.21"

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@nuxtjs/i18n": "10.0.6",
2222
"@nuxtjs/storybook": "workspace:*",
2323
"@storybook-vue/nuxt": "workspace:*",
24-
"@storybook/addon-docs": "9.1.16",
25-
"storybook": "9.1.16",
24+
"@storybook/addon-docs": "10.0.8",
25+
"storybook": "10.0.8",
2626
"vite-plugin-inspect": "11.3.3"
2727
}
2828
}

pnpm-lock.yaml

Lines changed: 136 additions & 127 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)