From 7f6d3392e3fc5a3b6b2e567576ea516f6685fbf9 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 16 Jul 2022 01:01:57 +0200 Subject: [PATCH] v3.0.0-rc.6 --- packages/kit/package.json | 4 ++-- packages/nuxi/package.json | 6 +++--- packages/nuxt/package.json | 10 +++++----- packages/schema/package.json | 2 +- packages/test-utils/package.json | 6 +++--- packages/vite/package.json | 6 +++--- packages/webpack/package.json | 6 +++--- yarn.lock | 28 ++++++++++++++-------------- 8 files changed, 34 insertions(+), 34 deletions(-) diff --git a/packages/kit/package.json b/packages/kit/package.json index e8d70cab6bf..518947fab3c 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/kit", - "version": "3.0.0-rc.5", + "version": "3.0.0-rc.6", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,7 +13,7 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/schema": "3.0.0-rc.5", + "@nuxt/schema": "^3.0.0-rc.6", "c12": "^0.2.8", "consola": "^2.15.3", "defu": "^6.0.0", diff --git a/packages/nuxi/package.json b/packages/nuxi/package.json index 74551d3d93e..632f468effa 100644 --- a/packages/nuxi/package.json +++ b/packages/nuxi/package.json @@ -1,6 +1,6 @@ { "name": "nuxi", - "version": "3.0.0-rc.5", + "version": "3.0.0-rc.6", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -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.6", + "@nuxt/schema": "^3.0.0-rc.6", "@types/clear": "^0", "@types/mri": "^1.1.1", "@types/semver": "^7", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index f58ae19f0f3..3d421df550e 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "3.0.0-rc.5", + "version": "3.0.0-rc.6", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -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.6", + "@nuxt/schema": "^3.0.0-rc.6", "@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.6", "@vue/reactivity": "^3.2.37", "@vue/shared": "^3.2.37", "@vueuse/head": "^0.7.6", @@ -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.6", "ohash": "^0.1.4", "ohmyfetch": "^0.4.18", "pathe": "^0.3.2", diff --git a/packages/schema/package.json b/packages/schema/package.json index abb41810971..212c4af6888 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/schema", - "version": "3.0.0-rc.5", + "version": "3.0.0-rc.6", "repository": "nuxt/framework", "license": "MIT", "type": "module", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 0131291d371..ef167b7095e 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/test-utils", - "version": "3.0.0-rc.5", + "version": "3.0.0-rc.6", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -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.6", + "@nuxt/schema": "^3.0.0-rc.6", "defu": "^6.0.0", "execa": "^6.1.0", "get-port-please": "^2.5.0", diff --git a/packages/vite/package.json b/packages/vite/package.json index 0358a3e886f..79d9973b161 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vite-builder", - "version": "3.0.0-rc.5", + "version": "3.0.0-rc.6", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,13 +13,13 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/schema": "3.0.0-rc.5", + "@nuxt/schema": "^3.0.0-rc.6", "@types/cssnano": "^5", "unbuild": "latest", "vue": "3.2.37" }, "dependencies": { - "@nuxt/kit": "3.0.0-rc.5", + "@nuxt/kit": "^3.0.0-rc.6", "@rollup/plugin-replace": "^4.0.0", "@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue-jsx": "^1.3.10", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 09b2e8dcf59..bdf6e1a7b5c 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack-builder", - "version": "3.0.0-rc.5", + "version": "3.0.0-rc.6", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -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.6", "autoprefixer": "^10.4.7", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^4.0.0", @@ -56,7 +56,7 @@ "webpackbar": "^5.0.2" }, "devDependencies": { - "@nuxt/schema": "3.0.0-rc.5", + "@nuxt/schema": "^3.0.0-rc.6", "@types/pify": "^5.0.1", "@types/webpack-bundle-analyzer": "^4.4.1", "@types/webpack-dev-middleware": "^5.0.2", diff --git a/yarn.lock b/yarn.lock index 25708b034cf..6763031db17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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.6 "@types/lodash.template": ^4 "@types/semver": ^7 c12: ^0.2.8 @@ -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.6 + "@nuxt/schema": ^3.0.0-rc.6 defu: ^6.0.0 execa: ^6.1.0 get-port-please: ^2.5.0 @@ -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.6, @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.6 + "@nuxt/schema": ^3.0.0-rc.6 "@rollup/plugin-replace": ^4.0.0 "@types/cssnano": ^5 "@vitejs/plugin-vue": ^2.3.3 @@ -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.6 + "@nuxt/schema": ^3.0.0-rc.6 "@types/pify": ^5.0.1 "@types/webpack-bundle-analyzer": ^4.4.1 "@types/webpack-dev-middleware": ^5.0.2 @@ -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.6 + "@nuxt/schema": ^3.0.0-rc.6 "@types/clear": ^0 "@types/mri": ^1.1.1 "@types/semver": ^7 @@ -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.6 + "@nuxt/schema": ^3.0.0-rc.6 "@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.6 "@types/fs-extra": ^9.0.13 "@types/hash-sum": ^1.0.0 "@vue/reactivity": ^3.2.37 @@ -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.6 ohash: ^0.1.4 ohmyfetch: ^0.4.18 pathe: ^0.3.2