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

Commit 88f4525

Browse files
authored
v3.0.0-rc.6 (#5936)
1 parent 6065f12 commit 88f4525

File tree

8 files changed

+34
-34
lines changed

8 files changed

+34
-34
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.5",
3+
"version": "3.0.0-rc.6",
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.5",
16+
"@nuxt/schema": "^3.0.0-rc.6",
1717
"c12": "^0.2.8",
1818
"consola": "^2.15.3",
1919
"defu": "^6.0.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.5",
3+
"version": "3.0.0-rc.6",
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.5",
22-
"@nuxt/schema": "3.0.0-rc.5",
21+
"@nuxt/kit": "^3.0.0-rc.6",
22+
"@nuxt/schema": "^3.0.0-rc.6",
2323
"@types/clear": "^0",
2424
"@types/mri": "^1.1.1",
2525
"@types/semver": "^7",

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.5",
3+
"version": "3.0.0-rc.6",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -31,11 +31,11 @@
3131
},
3232
"dependencies": {
3333
"@nuxt/devalue": "^2.0.0",
34-
"@nuxt/kit": "3.0.0-rc.5",
35-
"@nuxt/schema": "3.0.0-rc.5",
34+
"@nuxt/kit": "^3.0.0-rc.6",
35+
"@nuxt/schema": "^3.0.0-rc.6",
3636
"@nuxt/telemetry": "^2.1.3",
3737
"@nuxt/ui-templates": "^0.2.1",
38-
"@nuxt/vite-builder": "3.0.0-rc.5",
38+
"@nuxt/vite-builder": "^3.0.0-rc.6",
3939
"@vue/reactivity": "^3.2.37",
4040
"@vue/shared": "^3.2.37",
4141
"@vueuse/head": "^0.7.6",
@@ -53,7 +53,7 @@
5353
"magic-string": "^0.26.2",
5454
"mlly": "^0.5.4",
5555
"nitropack": "^0.4.12",
56-
"nuxi": "3.0.0-rc.5",
56+
"nuxi": "^3.0.0-rc.6",
5757
"ohash": "^0.1.4",
5858
"ohmyfetch": "^0.4.18",
5959
"pathe": "^0.3.2",

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.5",
3+
"version": "3.0.0-rc.6",
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.5",
3+
"version": "3.0.0-rc.6",
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.5",
17-
"@nuxt/schema": "3.0.0-rc.5",
16+
"@nuxt/kit": "^3.0.0-rc.6",
17+
"@nuxt/schema": "^3.0.0-rc.6",
1818
"defu": "^6.0.0",
1919
"execa": "^6.1.0",
2020
"get-port-please": "^2.5.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.5",
3+
"version": "3.0.0-rc.6",
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.5",
16+
"@nuxt/schema": "^3.0.0-rc.6",
1717
"@types/cssnano": "^5",
1818
"unbuild": "latest",
1919
"vue": "3.2.37"
2020
},
2121
"dependencies": {
22-
"@nuxt/kit": "3.0.0-rc.5",
22+
"@nuxt/kit": "^3.0.0-rc.6",
2323
"@rollup/plugin-replace": "^4.0.0",
2424
"@vitejs/plugin-vue": "^2.3.3",
2525
"@vitejs/plugin-vue-jsx": "^1.3.10",

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.5",
3+
"version": "3.0.0-rc.6",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@babel/core": "^7.18.9",
2020
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
21-
"@nuxt/kit": "3.0.0-rc.5",
21+
"@nuxt/kit": "^3.0.0-rc.6",
2222
"autoprefixer": "^10.4.7",
2323
"css-loader": "^6.7.1",
2424
"css-minimizer-webpack-plugin": "^4.0.0",
@@ -56,7 +56,7 @@
5656
"webpackbar": "^5.0.2"
5757
},
5858
"devDependencies": {
59-
"@nuxt/schema": "3.0.0-rc.5",
59+
"@nuxt/schema": "^3.0.0-rc.6",
6060
"@types/pify": "^5.0.1",
6161
"@types/webpack-bundle-analyzer": "^4.4.1",
6262
"@types/webpack-dev-middleware": "^5.0.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,7 @@ __metadata:
17581758
version: 0.0.0-use.local
17591759
resolution: "@nuxt/kit@workspace:packages/kit"
17601760
dependencies:
1761-
"@nuxt/schema": 3.0.0-rc.5
1761+
"@nuxt/schema": ^3.0.0-rc.6
17621762
"@types/lodash.template": ^4
17631763
"@types/semver": ^7
17641764
c12: ^0.2.8
@@ -1843,8 +1843,8 @@ __metadata:
18431843
version: 0.0.0-use.local
18441844
resolution: "@nuxt/test-utils@workspace:packages/test-utils"
18451845
dependencies:
1846-
"@nuxt/kit": 3.0.0-rc.5
1847-
"@nuxt/schema": 3.0.0-rc.5
1846+
"@nuxt/kit": ^3.0.0-rc.6
1847+
"@nuxt/schema": ^3.0.0-rc.6
18481848
defu: ^6.0.0
18491849
execa: ^6.1.0
18501850
get-port-please: ^2.5.0
@@ -1888,12 +1888,12 @@ __metadata:
18881888
languageName: node
18891889
linkType: hard
18901890

1891-
"@nuxt/[email protected].5, @nuxt/vite-builder@workspace:packages/vite":
1891+
"@nuxt/vite-builder@^3.0.0-rc.6, @nuxt/vite-builder@workspace:packages/vite":
18921892
version: 0.0.0-use.local
18931893
resolution: "@nuxt/vite-builder@workspace:packages/vite"
18941894
dependencies:
1895-
"@nuxt/kit": 3.0.0-rc.5
1896-
"@nuxt/schema": 3.0.0-rc.5
1895+
"@nuxt/kit": ^3.0.0-rc.6
1896+
"@nuxt/schema": ^3.0.0-rc.6
18971897
"@rollup/plugin-replace": ^4.0.0
18981898
"@types/cssnano": ^5
18991899
"@vitejs/plugin-vue": ^2.3.3
@@ -1938,8 +1938,8 @@ __metadata:
19381938
dependencies:
19391939
"@babel/core": ^7.18.9
19401940
"@nuxt/friendly-errors-webpack-plugin": ^2.5.2
1941-
"@nuxt/kit": 3.0.0-rc.5
1942-
"@nuxt/schema": 3.0.0-rc.5
1941+
"@nuxt/kit": ^3.0.0-rc.6
1942+
"@nuxt/schema": ^3.0.0-rc.6
19431943
"@types/pify": ^5.0.1
19441944
"@types/webpack-bundle-analyzer": ^4.4.1
19451945
"@types/webpack-dev-middleware": ^5.0.2
@@ -9721,8 +9721,8 @@ __metadata:
97219721
version: 0.0.0-use.local
97229722
resolution: "nuxi@workspace:packages/nuxi"
97239723
dependencies:
9724-
"@nuxt/kit": 3.0.0-rc.5
9725-
"@nuxt/schema": 3.0.0-rc.5
9724+
"@nuxt/kit": ^3.0.0-rc.6
9725+
"@nuxt/schema": ^3.0.0-rc.6
97269726
"@types/clear": ^0
97279727
"@types/mri": ^1.1.1
97289728
"@types/semver": ^7
@@ -9803,11 +9803,11 @@ __metadata:
98039803
resolution: "nuxt@workspace:packages/nuxt"
98049804
dependencies:
98059805
"@nuxt/devalue": ^2.0.0
9806-
"@nuxt/kit": 3.0.0-rc.5
9807-
"@nuxt/schema": 3.0.0-rc.5
9806+
"@nuxt/kit": ^3.0.0-rc.6
9807+
"@nuxt/schema": ^3.0.0-rc.6
98089808
"@nuxt/telemetry": ^2.1.3
98099809
"@nuxt/ui-templates": ^0.2.1
9810-
"@nuxt/vite-builder": 3.0.0-rc.5
9810+
"@nuxt/vite-builder": ^3.0.0-rc.6
98119811
"@types/fs-extra": ^9.0.13
98129812
"@types/hash-sum": ^1.0.0
98139813
"@vue/reactivity": ^3.2.37
@@ -9827,7 +9827,7 @@ __metadata:
98279827
magic-string: ^0.26.2
98289828
mlly: ^0.5.4
98299829
nitropack: ^0.4.12
9830-
nuxi: 3.0.0-rc.5
9830+
nuxi: ^3.0.0-rc.6
98319831
ohash: ^0.1.4
98329832
ohmyfetch: ^0.4.18
98339833
pathe: ^0.3.2

0 commit comments

Comments
 (0)