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

Commit

Permalink
refactor: keep monorepo versions to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 17, 2022
1 parent 871f3dd commit b144274
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
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": "workspace:*",
"@nuxt/schema": "3.0.0-rc.11",
"c12": "^0.2.13",
"consola": "^2.15.3",
"defu": "^6.1.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 @@ -18,8 +18,8 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/kit": "3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.11",
"@types/clear": "^0",
"@types/flat": "^5.0.2",
"@types/mri": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/kit": "3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.11",
"@nuxt/telemetry": "^2.1.6",
"@nuxt/ui-templates": "^0.4.0",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/vite-builder": "3.0.0-rc.11",
"@vue/reactivity": "^3.2.41",
"@vue/shared": "^3.2.41",
"@vueuse/head": "~1.0.0-rc.9",
Expand All @@ -59,7 +59,7 @@
"magic-string": "^0.26.7",
"mlly": "^0.5.16",
"nitropack": "npm:nitropack-edge@0.6.0-27765421.6d4b416",
"nuxi": "workspace:*",
"nuxi": "3.0.0-rc.11",
"ohash": "^0.1.5",
"ohmyfetch": "^0.4.19",
"pathe": "^0.3.9",
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": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/kit": "3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.11",
"consola": "^2.15.3",
"defu": "^6.1.0",
"execa": "^6.1.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": "workspace:*",
"@nuxt/schema": "3.0.0-rc.11",
"@types/cssnano": "^5",
"unbuild": "latest",
"vue": "3.2.41"
},
"dependencies": {
"@nuxt/kit": "workspace:*",
"@nuxt/kit": "3.0.0-rc.11",
"@rollup/plugin-replace": "^5.0.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
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.19.3",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "workspace:*",
"@nuxt/kit": "3.0.0-rc.11",
"autoprefixer": "^10.4.12",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
Expand Down Expand Up @@ -57,7 +57,7 @@
"webpackbar": "^5.0.2"
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"@nuxt/schema": "3.0.0-rc.11",
"@types/lodash-es": "^4.17.6",
"@types/pify": "^5.0.1",
"@types/webpack-bundle-analyzer": "^4.6.0",
Expand Down

0 comments on commit b144274

Please sign in to comment.