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

Commit bde9694

Browse files
authored
v3.0.0-rc.13 (#8657)
1 parent bae410e commit bde9694

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

packages/kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/kit",
3-
"version": "3.0.0-rc.12",
3+
"version": "3.0.0-rc.13",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -13,7 +13,7 @@
1313
"prepack": "unbuild"
1414
},
1515
"dependencies": {
16-
"@nuxt/schema": "3.0.0-rc.12",
16+
"@nuxt/schema": "3.0.0-rc.13",
1717
"c12": "^0.2.13",
1818
"consola": "^2.15.3",
1919
"defu": "^6.1.0",

packages/nuxi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxi",
3-
"version": "3.0.0-rc.12",
3+
"version": "3.0.0-rc.13",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -18,8 +18,8 @@
1818
"prepack": "unbuild"
1919
},
2020
"devDependencies": {
21-
"@nuxt/kit": "3.0.0-rc.12",
22-
"@nuxt/schema": "3.0.0-rc.12",
21+
"@nuxt/kit": "3.0.0-rc.13",
22+
"@nuxt/schema": "3.0.0-rc.13",
2323
"@types/clear": "^0",
2424
"@types/flat": "^5.0.2",
2525
"@types/mri": "^1.1.1",

packages/nuxt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt",
3-
"version": "3.0.0-rc.12",
3+
"version": "3.0.0-rc.13",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -37,11 +37,11 @@
3737
},
3838
"dependencies": {
3939
"@nuxt/devalue": "^2.0.0",
40-
"@nuxt/kit": "3.0.0-rc.12",
41-
"@nuxt/schema": "3.0.0-rc.12",
40+
"@nuxt/kit": "3.0.0-rc.13",
41+
"@nuxt/schema": "3.0.0-rc.13",
4242
"@nuxt/telemetry": "^2.1.6",
4343
"@nuxt/ui-templates": "^0.4.0",
44-
"@nuxt/vite-builder": "3.0.0-rc.12",
44+
"@nuxt/vite-builder": "3.0.0-rc.13",
4545
"@vue/reactivity": "^3.2.41",
4646
"@vue/shared": "^3.2.41",
4747
"@vueuse/head": "~1.0.0-rc.14",
@@ -60,7 +60,7 @@
6060
"magic-string": "^0.26.7",
6161
"mlly": "^0.5.16",
6262
"nitropack": "^0.6.1",
63-
"nuxi": "3.0.0-rc.12",
63+
"nuxi": "3.0.0-rc.13",
6464
"ohash": "^0.1.5",
6565
"ohmyfetch": "^0.4.21",
6666
"pathe": "^0.3.9",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/schema",
3-
"version": "3.0.0-rc.12",
3+
"version": "3.0.0-rc.13",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",

packages/test-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/test-utils",
3-
"version": "3.0.0-rc.12",
3+
"version": "3.0.0-rc.13",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -13,8 +13,8 @@
1313
"prepack": "unbuild"
1414
},
1515
"dependencies": {
16-
"@nuxt/kit": "3.0.0-rc.12",
17-
"@nuxt/schema": "3.0.0-rc.12",
16+
"@nuxt/kit": "3.0.0-rc.13",
17+
"@nuxt/schema": "3.0.0-rc.13",
1818
"consola": "^2.15.3",
1919
"defu": "^6.1.0",
2020
"execa": "^6.1.0",

packages/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/vite-builder",
3-
"version": "3.0.0-rc.12",
3+
"version": "3.0.0-rc.13",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -13,13 +13,13 @@
1313
"prepack": "unbuild"
1414
},
1515
"devDependencies": {
16-
"@nuxt/schema": "3.0.0-rc.12",
16+
"@nuxt/schema": "3.0.0-rc.13",
1717
"@types/cssnano": "^5",
1818
"unbuild": "latest",
1919
"vue": "3.2.41"
2020
},
2121
"dependencies": {
22-
"@nuxt/kit": "3.0.0-rc.12",
22+
"@nuxt/kit": "3.0.0-rc.13",
2323
"@rollup/plugin-replace": "^5.0.1",
2424
"@vitejs/plugin-vue": "^3.2.0",
2525
"@vitejs/plugin-vue-jsx": "^2.1.0",

packages/webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/webpack-builder",
3-
"version": "3.0.0-rc.12",
3+
"version": "3.0.0-rc.13",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@babel/core": "^7.19.6",
2020
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
21-
"@nuxt/kit": "3.0.0-rc.12",
21+
"@nuxt/kit": "3.0.0-rc.13",
2222
"autoprefixer": "^10.4.13",
2323
"css-loader": "^6.7.1",
2424
"css-minimizer-webpack-plugin": "^4.2.2",
@@ -57,7 +57,7 @@
5757
"webpackbar": "^5.0.2"
5858
},
5959
"devDependencies": {
60-
"@nuxt/schema": "3.0.0-rc.12",
60+
"@nuxt/schema": "3.0.0-rc.13",
6161
"@types/lodash-es": "^4.17.6",
6262
"@types/pify": "^5.0.1",
6363
"@types/webpack-bundle-analyzer": "^4.6.0",

0 commit comments

Comments
 (0)