Skip to content

Commit

Permalink
Merge pull request #78 from storybook-vue:update-storybook7.5.1
Browse files Browse the repository at this point in the history
deps:update storybook 7.5.1
  • Loading branch information
chakAs3 authored Oct 25, 2023
2 parents dabb150 + 8f4da17 commit e1f321e
Show file tree
Hide file tree
Showing 5 changed files with 2,690 additions and 1,396 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,20 @@
"devDependencies": {
"@antfu/eslint-config": "^0.40.3",
"@storybook-vue/nuxt": "workspace:*",
"@types/node": "^16.18.54",
"@types/node": "^16.18.58",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"lint-staged": "^13.3.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"typescript": "^4.9.5",
"ufo": "^1.3.0",
"ufo": "^1.3.1",
"unbuild": "^1.2.1",
"vite": "^4.4.9",
"vite": "^4.4.11",
"vite-hot-client": "^0.2.2",
"vue-tsc": "^1.8.15"
},
"pnpm": {
"overrides": {
"@babel/plugin-proposal-class-properties": "npm:@babel/plugin-transform-class-properties",
"@babel/plugin-proposal-nullish-coalescing-operator": "npm:@babel/plugin-transform-nullish-coalescing-operator",
"@babel/plugin-proposal-optional-chaining": "npm:@babel/plugin-transform-optional-chaining"
}
"vue-tsc": "^1.8.19"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-nuxt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-nuxt",
"version": "0.1.7",
"version": "0.1.8-alpha.0",
"description": "Storybook init CLI for Nuxt ",
"author": "Chakas@",
"license": "ISC",
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook-vue/nuxt",
"version": "0.1.7",
"version": "0.1.8-alpha.0",
"packageManager": "[email protected]",
"description": "Storybook for Nuxt and Vite: Develop Vue3 components in isolation with Hot Reloading.",
"license": "MIT",
Expand Down Expand Up @@ -70,9 +70,9 @@
"@nuxt/kit": "3.6.5",
"@nuxt/schema": "3.6.5",
"@nuxt/vite-builder": "3.6.5",
"@storybook/builder-vite": "7.5.0-alpha.3",
"@storybook/vue3": "npm:@storybook-vue/vue3@7.5.0-alpha.3.0",
"@storybook/vue3-vite": "npm:@storybook-vue/vue3-vite@7.5.0-alpha.3.0",
"@storybook/builder-vite": "7.5.1",
"@storybook/vue3": "^7.5.1",
"@storybook/vue3-vite": "^7.5.1",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
Expand All @@ -81,7 +81,7 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@storybook/types": "7.5.0-alpha.3",
"@storybook/types": "7.5.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"changelogen": "^0.5.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook-nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"@nuxtjs/color-mode": "^3.3.0",
"@pinia/nuxt": "^0.4.11",
"@storybook-vue/nuxt": "workspace:*",
"@storybook/addon-essentials": "7.4.4",
"@storybook/addon-interactions": "7.4.4",
"@storybook/addon-links": "7.4.4",
"@storybook/blocks": "7.4.4",
"@storybook/addon-essentials": "7.5.0-alpha.0",
"@storybook/addon-interactions": "7.5.0-alpha.0",
"@storybook/addon-links": "7.5.0-alpha.0",
"@storybook/blocks": "7.5.0-alpha.0",
"@storybook/testing-library": "^0.2.0",
"@types/node": "^18.17.5",
"nuxt": "3.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "7.4.4",
"storybook": "7.5.0-alpha.0",
"typescript": "^5.1.0",
"vue-router": "4.2.5"
},
Expand Down
Loading

0 comments on commit e1f321e

Please sign in to comment.