Skip to content

Commit

Permalink
chore: align dependency specifications across packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jul 11, 2024
1 parent 114c6db commit 81802df
Show file tree
Hide file tree
Showing 6 changed files with 12,857 additions and 9,045 deletions.
4 changes: 2 additions & 2 deletions examples/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@nuxt/image": "^1.7.0",
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"nuxt": "^3.12.2",
"vue": "^3.4.31",
"vue-router": "^4.3.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build-storybook": "storybook build"
},
"dependencies": {
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"nuxt": "^3.12.2",
"vue": "^3.4.31",
"vue-router": "^4.3.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"nuxt": "^3.12.2",
"vue": "^3.4.31",
"vue-router": "^4.3.0"
},
"devDependencies": {
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "^9.0.0",
"jiti": "^1.21.6",
"jsdom": "^24.0.0",
"nuxt": "^3.11.1",
"nuxt": "^3.12.2",
"prettier": "^3.2.5",
"release-it": "^17.2.0",
"typescript": "^5.3.3",
Expand All @@ -61,9 +61,6 @@
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"vue": "^3.2.45"
},
"ignoreMissing": [
"webpack",
"vue"
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"release": "pnpm changelogen --release --push && pnpm publish"
},
"peerDependencies": {
"nuxt": "^3.6 || ^3.7 || ^3.8",
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0",
"vue": "^3.0.0"
"nuxt": "^3.12.0",
"vite": "^5.2.0",
"vue": "^3.4.0"
},
"dependencies": {
"@nuxt/kit": "^3.12.2",
Expand All @@ -74,11 +74,9 @@
"@storybook/vue3": "^8.1.11",
"@storybook/vue3-vite": "^8.1.11",
"json-stable-stringify": "^1.1.1",
"nuxt": "^3.12.2",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"unctx": "^2.3.1",
"vue": "^3.4.31",
"vue-router": "^4.3.0"
},
"devDependencies": {
Expand All @@ -89,6 +87,8 @@
"changelogen": "^0.5.5",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"nuxt": "^3.12.2",
"vue": "^3.4.31",
"vite": "^5.2.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 81802df

Please sign in to comment.