File tree Expand file tree Collapse file tree 10 files changed +218
-154
lines changed
Expand file tree Collapse file tree 10 files changed +218
-154
lines changed Original file line number Diff line number Diff line change 2828 - node : 21
2929 env :
3030 # renovate: datasource=npm depName=storybook
31- STORYBOOK_VERSION : ' 9.1.16 '
31+ STORYBOOK_VERSION : ' 10.0.2 '
3232 steps :
3333 - name : Checkout
3434 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
Original file line number Diff line number Diff 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.2 init
1414```
1515
1616``` bash [yarn]
17- yarn dlx storybook@9.1.16 init
17+ yarn dlx storybook@10.0.2 init
1818```
1919
2020``` bash [npm]
21- npx storybook@9.1.16 init
21+ npx storybook@10.0.2 init
2222```
2323
2424::
Original file line number Diff line number Diff 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.2 init
1414 filename: Terminal
1515 ---
1616 ``` bash
17- npx storybook@9.1.16 init
17+ npx storybook@10.0.2 init
1818 ```
1919 :::
2020
Original file line number Diff line number Diff line change 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.2 " ,
26+ "@storybook/addon-links" : " 10.0.2 " ,
27+ "storybook" : " 10.0.2 "
2828 }
2929}
Original file line number Diff line number Diff line change 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.2 " ,
22+ "storybook" : " 10.0.2 "
2323 }
2424}
Original file line number Diff line number Diff line change 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.2 " ,
23+ "@storybook/addon-links" : " 10.0.2 " ,
24+ "storybook" : " 10.0.2 " ,
2525 "tailwindcss" : " 3.4.17"
2626 }
2727}
Original file line number Diff line number Diff line change 6060 },
6161 "devDependencies" : {
6262 "@nuxt/module-builder" : " 1.0.2" ,
63- "storybook" : " 9.1.16 " ,
63+ "storybook" : " 10.0.2 " ,
6464 "unbuild" : " 3.6.1" ,
6565 "vite" : " 7.1.4"
6666 },
Original file line number Diff line number Diff line change 7171 "@nuxt/schema" : " ^3.18.1" ,
7272 "@nuxt/vite-builder" : " ^3.18.1" ,
7373 "@rollup/plugin-replace" : " ^6.0.2" ,
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.2 " ,
75+ "@storybook/vue3" : " 10.0.2 " ,
76+ "@storybook/vue3-vite" : " 10.0.2 " ,
7777 "json-stable-stringify" : " ^1.3.0" ,
7878 "mlly" : " ^1.8.0" ,
7979 "ofetch" : " ^1.4.1" ,
8686 "@vitejs/plugin-vue-jsx" : " 5.1.1" ,
8787 "changelogen" : " 0.6.2" ,
8888 "nuxt" : " 3.19.0" ,
89- "storybook" : " 9.1.16 " ,
89+ "storybook" : " 10.0.2 " ,
9090 "typescript" : " 5.9.2" ,
9191 "unbuild" : " 3.6.1" ,
9292 "vue" : " 3.5.21"
Original file line number Diff line number Diff line change 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.2 " ,
25+ "storybook" : " 10.0.2 " ,
2626 "vite-plugin-inspect" : " 11.3.3"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments