Skip to content

Commit 13f677f

Browse files
committed
chore: bump nuxt
1 parent be710a9 commit 13f677f

File tree

4 files changed

+206
-2768
lines changed

4 files changed

+206
-2768
lines changed

packages/nuxt/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,17 @@
3535
"dist"
3636
],
3737
"scripts": {
38-
"build": "nuxi prepare ../../playgrounds/nuxt3 && nuxt-module-build",
38+
"build": "npm run -C ../../playgrounds/nuxt3 prepare && nuxt-module-build",
3939
"play": "nuxi dev ../../playgrounds/nuxt3",
4040
"play:build": "nuxi build ../../playgrounds/nuxt3",
4141
"stub": "nuxt-module-build --stub && nuxi prepare ../../playgrounds/nuxt3"
4242
},
4343
"dependencies": {
44-
"@nuxt/kit": "3.0.0-rc.5",
44+
"@nuxt/kit": "3.0.0-rc.6",
4545
"@vueuse/schema-org": "workspace:*"
4646
},
4747
"devDependencies": {
4848
"@nuxt/module-builder": "latest",
49-
"@nuxt/schema": "3.0.0-rc.5",
50-
"nuxt": "^3.0.0-rc.5"
49+
"@nuxt/schema": "3.0.0-rc.6"
5150
}
5251
}

playgrounds/nuxt3/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
"scripts": {
44
"dev": "nuxi dev",
55
"build": "nuxi build",
6+
"prepare": "nuxi prepare",
67
"start": "node .output/server/index.mjs"
78
},
89
"devDependencies": {
910
"vue-router": "~4.0.16",
1011
"@vueuse/schema-org": "link:../../packages/schema-org",
11-
"nuxt": "^3.0.0-rc.5",
1212
"nuxt-schema-org": "link:../../packages/nuxt",
13+
"nuxt": "^3.0.0-rc.6",
14+
"@nuxt/kit": "^3.0.0-rc.6",
1315
"nuxt-windicss": "^2.4.3"
1416
}
1517
}

0 commit comments

Comments
 (0)