Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

fix(pkg): use fixed version range for monorepo packages #5933

Merged
merged 2 commits into from
Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/schema": "^3.0.0-rc.5",
"@nuxt/schema": "3.0.0-rc.5",
"c12": "^0.2.8",
"consola": "^2.15.3",
"defu": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/kit": "^3.0.0-rc.5",
"@nuxt/schema": "^3.0.0-rc.5",
"@nuxt/kit": "3.0.0-rc.5",
"@nuxt/schema": "3.0.0-rc.5",
"@types/clear": "^0",
"@types/mri": "^1.1.1",
"@types/semver": "^7",
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"dependencies": {
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "^3.0.0-rc.5",
"@nuxt/schema": "^3.0.0-rc.5",
"@nuxt/kit": "3.0.0-rc.5",
"@nuxt/schema": "3.0.0-rc.5",
"@nuxt/telemetry": "^2.1.3",
"@nuxt/ui-templates": "^0.2.1",
"@nuxt/vite-builder": "^3.0.0-rc.5",
"@nuxt/vite-builder": "3.0.0-rc.5",
"@vue/reactivity": "^3.2.37",
"@vue/shared": "^3.2.37",
"@vueuse/head": "^0.7.6",
Expand All @@ -53,7 +53,7 @@
"magic-string": "^0.26.2",
"mlly": "^0.5.4",
"nitropack": "^0.4.12",
"nuxi": "^3.0.0-rc.5",
"nuxi": "3.0.0-rc.5",
"ohash": "^0.1.4",
"ohmyfetch": "^0.4.18",
"pathe": "^0.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.5",
"@nuxt/schema": "^3.0.0-rc.5",
"@nuxt/kit": "3.0.0-rc.5",
"@nuxt/schema": "3.0.0-rc.5",
"defu": "^6.0.0",
"execa": "^6.1.0",
"get-port-please": "^2.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/schema": "^3.0.0-rc.5",
"@nuxt/schema": "3.0.0-rc.5",
"@types/cssnano": "^5",
"unbuild": "latest",
"vue": "3.2.37"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.5",
"@nuxt/kit": "3.0.0-rc.5",
"@rollup/plugin-replace": "^4.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@babel/core": "^7.18.6",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "^3.0.0-rc.5",
"@nuxt/kit": "3.0.0-rc.5",
"autoprefixer": "^10.4.7",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
"webpackbar": "^5.0.2"
},
"devDependencies": {
"@nuxt/schema": "^3.0.0-rc.5",
"@nuxt/schema": "3.0.0-rc.5",
"@types/pify": "^5.0.1",
"@types/webpack-bundle-analyzer": "^4.4.1",
"@types/webpack-dev-middleware": "^5.0.2",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@nuxt/kit@workspace:packages/kit"
dependencies:
"@nuxt/schema": ^3.0.0-rc.5
"@nuxt/schema": 3.0.0-rc.5
"@types/lodash.template": ^4
"@types/semver": ^7
c12: ^0.2.8
Expand Down Expand Up @@ -1714,8 +1714,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@nuxt/test-utils@workspace:packages/test-utils"
dependencies:
"@nuxt/kit": ^3.0.0-rc.5
"@nuxt/schema": ^3.0.0-rc.5
"@nuxt/kit": 3.0.0-rc.5
"@nuxt/schema": 3.0.0-rc.5
defu: ^6.0.0
execa: ^6.1.0
get-port-please: ^2.5.0
Expand Down Expand Up @@ -1759,12 +1759,12 @@ __metadata:
languageName: node
linkType: hard

"@nuxt/vite-builder@^3.0.0-rc.5, @nuxt/vite-builder@workspace:packages/vite":
"@nuxt/vite-builder@3.0.0-rc.5, @nuxt/vite-builder@workspace:packages/vite":
version: 0.0.0-use.local
resolution: "@nuxt/vite-builder@workspace:packages/vite"
dependencies:
"@nuxt/kit": ^3.0.0-rc.5
"@nuxt/schema": ^3.0.0-rc.5
"@nuxt/kit": 3.0.0-rc.5
"@nuxt/schema": 3.0.0-rc.5
"@rollup/plugin-replace": ^4.0.0
"@types/cssnano": ^5
"@vitejs/plugin-vue": ^2.3.3
Expand Down Expand Up @@ -1809,8 +1809,8 @@ __metadata:
dependencies:
"@babel/core": ^7.18.6
"@nuxt/friendly-errors-webpack-plugin": ^2.5.2
"@nuxt/kit": ^3.0.0-rc.5
"@nuxt/schema": ^3.0.0-rc.5
"@nuxt/kit": 3.0.0-rc.5
"@nuxt/schema": 3.0.0-rc.5
"@types/pify": ^5.0.1
"@types/webpack-bundle-analyzer": ^4.4.1
"@types/webpack-dev-middleware": ^5.0.2
Expand Down Expand Up @@ -9591,8 +9591,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "nuxi@workspace:packages/nuxi"
dependencies:
"@nuxt/kit": ^3.0.0-rc.5
"@nuxt/schema": ^3.0.0-rc.5
"@nuxt/kit": 3.0.0-rc.5
"@nuxt/schema": 3.0.0-rc.5
"@types/clear": ^0
"@types/mri": ^1.1.1
"@types/semver": ^7
Expand Down Expand Up @@ -9673,11 +9673,11 @@ __metadata:
resolution: "nuxt@workspace:packages/nuxt"
dependencies:
"@nuxt/devalue": ^2.0.0
"@nuxt/kit": ^3.0.0-rc.5
"@nuxt/schema": ^3.0.0-rc.5
"@nuxt/kit": 3.0.0-rc.5
"@nuxt/schema": 3.0.0-rc.5
"@nuxt/telemetry": ^2.1.3
"@nuxt/ui-templates": ^0.2.1
"@nuxt/vite-builder": ^3.0.0-rc.5
"@nuxt/vite-builder": 3.0.0-rc.5
"@types/fs-extra": ^9.0.13
"@types/hash-sum": ^1.0.0
"@vue/reactivity": ^3.2.37
Expand All @@ -9697,7 +9697,7 @@ __metadata:
magic-string: ^0.26.2
mlly: ^0.5.4
nitropack: ^0.4.12
nuxi: ^3.0.0-rc.5
nuxi: 3.0.0-rc.5
ohash: ^0.1.4
ohmyfetch: ^0.4.18
pathe: ^0.3.2
Expand Down