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

Commit

Permalink
v3.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 11, 2022
1 parent afd20cb commit 8672f1d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/kit",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand All @@ -13,7 +13,7 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/schema": "^3.0.0-rc.6",
"@nuxt/schema": "3.0.0-rc.7",
"c12": "^0.2.9",
"consola": "^2.15.3",
"defu": "^6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxi/package.json
@@ -1,6 +1,6 @@
{
"name": "nuxi",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand All @@ -18,8 +18,8 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/kit": "^3.0.0-rc.6",
"@nuxt/schema": "^3.0.0-rc.6",
"@nuxt/kit": "3.0.0-rc.7",
"@nuxt/schema": "3.0.0-rc.7",
"@types/clear": "^0",
"@types/mri": "^1.1.1",
"@types/semver": "^7",
Expand Down
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"dependencies": {
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "^3.0.0-rc.6",
"@nuxt/schema": "^3.0.0-rc.6",
"@nuxt/kit": "3.0.0-rc.7",
"@nuxt/schema": "3.0.0-rc.7",
"@nuxt/telemetry": "^2.1.4",
"@nuxt/ui-templates": "^0.3.0",
"@nuxt/vite-builder": "^3.0.0-rc.6",
"@nuxt/vite-builder": "3.0.0-rc.7",
"@vue/reactivity": "^3.2.37",
"@vue/shared": "^3.2.37",
"@vueuse/head": "^0.7.9",
Expand All @@ -53,7 +53,7 @@
"magic-string": "^0.26.2",
"mlly": "^0.5.9",
"nitropack": "^0.4.19",
"nuxi": "^3.0.0-rc.6",
"nuxi": "3.0.0-rc.7",
"ohash": "^0.1.5",
"ohmyfetch": "^0.4.18",
"pathe": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/schema",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/test-utils",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand All @@ -13,8 +13,8 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.6",
"@nuxt/schema": "^3.0.0-rc.6",
"@nuxt/kit": "3.0.0-rc.7",
"@nuxt/schema": "3.0.0-rc.7",
"defu": "^6.0.0",
"execa": "^6.1.0",
"get-port-please": "^2.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/vite-builder",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand All @@ -13,13 +13,13 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/schema": "^3.0.0-rc.6",
"@nuxt/schema": "3.0.0-rc.7",
"@types/cssnano": "^5",
"unbuild": "latest",
"vue": "3.2.37"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.6",
"@nuxt/kit": "3.0.0-rc.7",
"@rollup/plugin-replace": "^4.0.0",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/webpack-builder",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@babel/core": "^7.18.10",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "^3.0.0-rc.6",
"@nuxt/kit": "3.0.0-rc.7",
"autoprefixer": "^10.4.8",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"webpackbar": "^5.0.2"
},
"devDependencies": {
"@nuxt/schema": "^3.0.0-rc.6",
"@nuxt/schema": "3.0.0-rc.7",
"@types/pify": "^5.0.1",
"@types/webpack-bundle-analyzer": "^4.4.1",
"@types/webpack-dev-middleware": "^5.0.2",
Expand Down

0 comments on commit 8672f1d

Please sign in to comment.