diff --git a/packages/kit/package.json b/packages/kit/package.json index 99304f12adb..1c359112b73 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/kit", - "version": "3.0.0-rc.12", + "version": "3.0.0-rc.13", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,7 +13,7 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/schema": "3.0.0-rc.12", + "@nuxt/schema": "3.0.0-rc.13", "c12": "^0.2.13", "consola": "^2.15.3", "defu": "^6.1.0", diff --git a/packages/nuxi/package.json b/packages/nuxi/package.json index aba9ef6da2d..8496d1edb13 100644 --- a/packages/nuxi/package.json +++ b/packages/nuxi/package.json @@ -1,6 +1,6 @@ { "name": "nuxi", - "version": "3.0.0-rc.12", + "version": "3.0.0-rc.13", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -18,8 +18,8 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/kit": "3.0.0-rc.12", - "@nuxt/schema": "3.0.0-rc.12", + "@nuxt/kit": "3.0.0-rc.13", + "@nuxt/schema": "3.0.0-rc.13", "@types/clear": "^0", "@types/flat": "^5.0.2", "@types/mri": "^1.1.1", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 0e0b8cbf0f2..acfcc1b0271 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "3.0.0-rc.12", + "version": "3.0.0-rc.13", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -37,11 +37,11 @@ }, "dependencies": { "@nuxt/devalue": "^2.0.0", - "@nuxt/kit": "3.0.0-rc.12", - "@nuxt/schema": "3.0.0-rc.12", + "@nuxt/kit": "3.0.0-rc.13", + "@nuxt/schema": "3.0.0-rc.13", "@nuxt/telemetry": "^2.1.6", "@nuxt/ui-templates": "^0.4.0", - "@nuxt/vite-builder": "3.0.0-rc.12", + "@nuxt/vite-builder": "3.0.0-rc.13", "@vue/reactivity": "^3.2.41", "@vue/shared": "^3.2.41", "@vueuse/head": "~1.0.0-rc.14", @@ -60,7 +60,7 @@ "magic-string": "^0.26.7", "mlly": "^0.5.16", "nitropack": "^0.6.1", - "nuxi": "3.0.0-rc.12", + "nuxi": "3.0.0-rc.13", "ohash": "^0.1.5", "ohmyfetch": "^0.4.21", "pathe": "^0.3.9", diff --git a/packages/schema/package.json b/packages/schema/package.json index a3baf6bbf5f..d23fa210c95 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/schema", - "version": "3.0.0-rc.12", + "version": "3.0.0-rc.13", "repository": "nuxt/framework", "license": "MIT", "type": "module", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index cec346b6bbe..4dfcbb93092 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.12", + "version": "3.0.0-rc.13", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,8 +13,8 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/kit": "3.0.0-rc.12", - "@nuxt/schema": "3.0.0-rc.12", + "@nuxt/kit": "3.0.0-rc.13", + "@nuxt/schema": "3.0.0-rc.13", "consola": "^2.15.3", "defu": "^6.1.0", "execa": "^6.1.0", diff --git a/packages/vite/package.json b/packages/vite/package.json index d926da98bec..c7c6d4e38d3 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vite-builder", - "version": "3.0.0-rc.12", + "version": "3.0.0-rc.13", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,13 +13,13 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/schema": "3.0.0-rc.12", + "@nuxt/schema": "3.0.0-rc.13", "@types/cssnano": "^5", "unbuild": "latest", "vue": "3.2.41" }, "dependencies": { - "@nuxt/kit": "3.0.0-rc.12", + "@nuxt/kit": "3.0.0-rc.13", "@rollup/plugin-replace": "^5.0.1", "@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue-jsx": "^2.1.0", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index d6c22468905..56bd457cb01 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack-builder", - "version": "3.0.0-rc.12", + "version": "3.0.0-rc.13", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -18,7 +18,7 @@ "dependencies": { "@babel/core": "^7.19.6", "@nuxt/friendly-errors-webpack-plugin": "^2.5.2", - "@nuxt/kit": "3.0.0-rc.12", + "@nuxt/kit": "3.0.0-rc.13", "autoprefixer": "^10.4.13", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^4.2.2", @@ -57,7 +57,7 @@ "webpackbar": "^5.0.2" }, "devDependencies": { - "@nuxt/schema": "3.0.0-rc.12", + "@nuxt/schema": "3.0.0-rc.13", "@types/lodash-es": "^4.17.6", "@types/pify": "^5.0.1", "@types/webpack-bundle-analyzer": "^4.6.0",