Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nuxt-modules/storybook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 216c629e56cf1ed75abb86f5708060f53f6d8a24
Choose a base ref
..
head repository: nuxt-modules/storybook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0f5bb601e6599c49eace9265dc187d4f25ea6d12
Choose a head ref
Showing with 245 additions and 244 deletions.
  1. +5 −5 examples/showcase/package.json
  2. +6 −6 examples/starter/package.json
  3. +5 −5 examples/tailwind/package.json
  4. +3 −3 packages/nuxt-module/package.json
  5. +4 −4 packages/storybook-addon/package.json
  6. +4 −4 playground/package.json
  7. +218 −217 pnpm-lock.yaml
10 changes: 5 additions & 5 deletions examples/showcase/package.json
Original file line number Diff line number Diff line change
@@ -22,10 +22,10 @@
"devDependencies": {
"@chromatic-com/storybook": "3.2.4",
"@nuxtjs/storybook": "latest",
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-links": "8.5.0",
"@storybook/blocks": "8.5.0",
"@storybook/test": "8.5.0",
"storybook": "8.5.0"
"@storybook/addon-essentials": "8.5.1",
"@storybook/addon-links": "8.5.1",
"@storybook/blocks": "8.5.1",
"@storybook/test": "8.5.1",
"storybook": "8.5.1"
}
}
12 changes: 6 additions & 6 deletions examples/starter/package.json
Original file line number Diff line number Diff line change
@@ -18,11 +18,11 @@
"devDependencies": {
"@chromatic-com/storybook": "3.2.4",
"@nuxtjs/storybook": "latest",
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-interactions": "8.5.0",
"@storybook/blocks": "8.5.0",
"@storybook/test": "8.5.0",
"@storybook/vue3": "8.5.0",
"storybook": "8.5.0"
"@storybook/addon-essentials": "8.5.1",
"@storybook/addon-interactions": "8.5.1",
"@storybook/blocks": "8.5.1",
"@storybook/test": "8.5.1",
"@storybook/vue3": "8.5.1",
"storybook": "8.5.1"
}
}
10 changes: 5 additions & 5 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -19,10 +19,10 @@
"devDependencies": {
"@chromatic-com/storybook": "3.2.4",
"@nuxtjs/storybook": "latest",
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-links": "8.5.0",
"@storybook/blocks": "8.5.0",
"@storybook/test": "8.5.0",
"storybook": "8.5.0"
"@storybook/addon-essentials": "8.5.1",
"@storybook/addon-links": "8.5.1",
"@storybook/blocks": "8.5.1",
"@storybook/test": "8.5.1",
"storybook": "8.5.1"
}
}
6 changes: 3 additions & 3 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
@@ -47,13 +47,13 @@
"@nuxt/devtools-kit": "^1.0.8",
"@nuxt/kit": "^3.12.0",
"@storybook-vue/nuxt": "workspace:*",
"@storybook/core-common": "8.5.0",
"@storybook/core-server": "8.5.0",
"@storybook/core-common": "8.5.1",
"@storybook/core-server": "8.5.1",
"chalk": "^5.0.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"get-port-please": "^3.1.2",
"storybook": "8.5.0",
"storybook": "8.5.1",
"ufo": "^1.5.3"
},
"devDependencies": {
8 changes: 4 additions & 4 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
@@ -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.5.0",
"@storybook/vue3": "8.5.0",
"@storybook/vue3-vite": "8.5.0",
"@storybook/builder-vite": "8.5.1",
"@storybook/vue3": "8.5.1",
"@storybook/vue3-vite": "8.5.1",
"json-stable-stringify": "^1.1.1",
"mlly": "^1.7.1",
"ofetch": "^1.3.4",
@@ -81,7 +81,7 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@storybook/types": "8.5.0",
"@storybook/types": "8.5.1",
"@types/json-stable-stringify": "1.1.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@
},
"devDependencies": {
"@nuxtjs/storybook": "workspace:*",
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-interactions": "8.5.0",
"@storybook/addon-links": "8.5.0",
"@storybook/addon-essentials": "8.5.1",
"@storybook/addon-interactions": "8.5.1",
"@storybook/addon-links": "8.5.1",
"nuxt": "3.14.1592",
"vue": "3.5.13",
"storybook": "8.5.0",
"storybook": "8.5.1",
"vite-plugin-inspect": "10.1.0",
"@nuxtjs/i18n": "8.3.1"
}
Loading