Skip to content

Commit

Permalink
chore(deps): update storybook packages to ^8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent b2b9b16 commit da409c4
Show file tree
Hide file tree
Showing 7 changed files with 254 additions and 243 deletions.
10 changes: 5 additions & 5 deletions examples/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"devDependencies": {
"@chromatic-com/storybook": "2.0.2",
"@nuxtjs/storybook": "latest",
"@storybook/addon-essentials": "8.3.0",
"@storybook/addon-links": "8.3.0",
"@storybook/blocks": "8.3.0",
"@storybook/test": "8.3.0",
"storybook": "8.3.0"
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/blocks": "8.3.2",
"@storybook/test": "8.3.2",
"storybook": "8.3.2"
}
}
10 changes: 5 additions & 5 deletions examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"devDependencies": {
"@chromatic-com/storybook": "2.0.2",
"@nuxtjs/storybook": "latest",
"@storybook/addon-essentials": "8.3.0",
"@storybook/addon-links": "8.3.0",
"@storybook/blocks": "8.3.0",
"@storybook/test": "8.3.0",
"storybook": "8.3.0"
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/blocks": "8.3.2",
"@storybook/test": "8.3.2",
"storybook": "8.3.2"
}
}
10 changes: 5 additions & 5 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"devDependencies": {
"@chromatic-com/storybook": "2.0.2",
"@nuxtjs/storybook": "latest",
"@storybook/addon-essentials": "8.3.0",
"@storybook/addon-links": "8.3.0",
"@storybook/blocks": "8.3.0",
"@storybook/test": "8.3.0",
"storybook": "8.3.0"
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/blocks": "8.3.2",
"@storybook/test": "8.3.2",
"storybook": "8.3.2"
}
}
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.2",
"@storybook/core-server": "^8.3.2",
"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.2",
"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": "^5.0.7",
"@storybook/builder-vite": "^8.3.0",
"@storybook/vue3": "^8.3.0",
"@storybook/vue3-vite": "^8.3.0",
"@storybook/builder-vite": "^8.3.2",
"@storybook/vue3": "^8.3.2",
"@storybook/vue3-vite": "^8.3.2",
"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.2",
"@types/json-stable-stringify": "1.0.36",
"@vitejs/plugin-vue": "5.1.3",
"@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.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"nuxt": "3.13.1",
"storybook": "^8.3.0",
"storybook": "^8.3.2",
"vite-plugin-inspect": "0.8.7"
}
}
Loading

0 comments on commit da409c4

Please sign in to comment.