Skip to content

Commit

Permalink
chore: update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Mar 21, 2024
1 parent 900a3fc commit 7bbf34e
Show file tree
Hide file tree
Showing 7 changed files with 3,701 additions and 6,087 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
"prepare": "pnpm -r --filter=\"./packages/*\" run build"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.3",
"@antfu/eslint-config": "^0.43.1",
"@storybook-vue/nuxt": "workspace:*",
"@types/node": "^16.18.89",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@types/node": "^18.19.26",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"lint-staged": "^13.3.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"lint-staged": "^15.2.2",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.11.0",
"typescript": "^4.9.5",
"ufo": "^1.5.1",
"unbuild": "^1.2.1",
"vite": "^4.5.2",
"typescript": "^5.4.3",
"ufo": "^1.5.3",
"unbuild": "^2.0.0",
"vite": "^5.2.2",
"vite-hot-client": "^0.2.3",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.7"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
14 changes: 7 additions & 7 deletions packages/storybook-nuxt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"child_process": "^1.0.2",
"commander": "^11.0.0",
"consola": "^3.2.3",
"diff": "^5.1.0",
"diff": "^5.2.0",
"execa": "^7.2.0",
"global-dirs": "^3.0.1",
"magicast": "^0.2.10",
"pathe": "^1.1.1",
"magicast": "^0.3.3",
"pathe": "^1.1.2",
"picocolors": "^1.0.0",
"pkg-types": "^1.0.3",
"prompts": "^2.4.2",
"rc9": "^2.1.1",
"semver": "^7.5.4"
"semver": "^7.6.0"
},
"devDependencies": {
"@types/diff": "^5.0.3",
"@types/prompts": "^2.4.4",
"unbuild": "^1.2.1"
"@types/diff": "^5.0.9",
"@types/prompts": "^2.4.9",
"unbuild": "^2.0.0"
}
}
Empty file.
34 changes: 17 additions & 17 deletions packages/storybook-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,29 +66,29 @@
"vue": "^3.0.0"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.0.6",
"@nuxt/kit": "^3.9.1",
"@nuxt/schema": "^3.9.1",
"@nuxt/types": "2.17.2",
"@nuxt/vite-builder": "^3.9.1",
"@storybook/builder-vite": "^8.0.0",
"@storybook/vue3": "^8.0.0",
"@storybook/vue3-vite": "^8.0.0",
"autoprefixer": "^10.4.16",
"nuxt": "^3.9.1",
"postcss": "^8.4.33",
"postcss-import": "^15.1.0",
"@nuxt/devtools-kit": "^1.1.3",
"@nuxt/kit": "^3.11.1",
"@nuxt/schema": "^3.11.1",
"@nuxt/types": "2.17.3",
"@nuxt/vite-builder": "^3.11.1",
"@storybook/builder-vite": "^8.0.3",
"@storybook/vue3": "^8.0.3",
"@storybook/vue3-vite": "^8.0.3",
"autoprefixer": "^10.4.19",
"nuxt": "^3.11.1",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-url": "^10.1.3",
"typescript": "^5.3.3",
"vue": "^3.4.5"
"typescript": "^5.4.3",
"vue": "^3.4.21"
},
"devDependencies": {
"@storybook/types": "^8.0.0",
"@vitejs/plugin-vue": "^4.6.2",
"@storybook/types": "^8.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"changelogen": "^0.5.5",
"unbuild": "^2.0.0",
"vite": "^4.5.1"
"vite": "^5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
26 changes: 13 additions & 13 deletions packages/storybook-nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"@nuxt/devtools": "latest",
"@nuxt/image": "rc",
"@nuxt/ui-templates": "^1.3.1",
"@nuxtjs/color-mode": "^3.3.0",
"@pinia/nuxt": "^0.4.11",
"@nuxtjs/color-mode": "^3.3.3",
"@pinia/nuxt": "^0.5.1",
"@storybook-vue/nuxt": "workspace:*",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/blocks": "^8.0.0",
"@storybook/testing-library": "^0.2.0",
"@types/node": "^18.17.5",
"nuxt": "^3.8.2",
"@storybook/addon-essentials": "^8.0.3",
"@storybook/addon-interactions": "^8.0.3",
"@storybook/addon-links": "^8.0.3",
"@storybook/blocks": "^8.0.3",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.11.30",
"nuxt": "^3.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^8.0.0",
"typescript": "^5.1.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
"storybook": "^8.0.3",
"typescript": "^5.4.3",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"pnpm": {
"overrides": {
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/my-nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/node": "^18.17.3",
"nuxt": "3.7.4"
"@types/node": "^18.19.26",
"nuxt": "3.11.1"
}
}
Loading

0 comments on commit 7bbf34e

Please sign in to comment.