chore: move vue dep to nuxt3 rather than pages (#173)

This commit is contained in:
Daniel Roe 2021-05-27 12:42:22 +01:00 committed by GitHub
parent 0631b5bc3b
commit f91f822ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -35,7 +35,8 @@
"nuxt-cli": "^0.3.5", "nuxt-cli": "^0.3.5",
"scule": "^0.2.1", "scule": "^0.2.1",
"ufo": "^0.7.5", "ufo": "^0.7.5",
"upath": "^2.0.1" "upath": "^2.0.1",
"vue": "3.0.11"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.11",

View File

@ -16,10 +16,12 @@
"globby": "^11.0.3", "globby": "^11.0.3",
"ufo": "^0.7.5", "ufo": "^0.7.5",
"upath": "^2.0.1", "upath": "^2.0.1",
"vue": "3.0.11",
"vue-router": "^4.0.8" "vue-router": "^4.0.8"
}, },
"devDependencies": { "devDependencies": {
"unbuild": "^0.3.0" "unbuild": "^0.3.0"
},
"peerDependencies": {
"vue": "3.0.11"
} }
} }

View File

@ -1779,8 +1779,9 @@ __metadata:
ufo: ^0.7.5 ufo: ^0.7.5
unbuild: ^0.3.0 unbuild: ^0.3.0
upath: ^2.0.1 upath: ^2.0.1
vue: 3.0.11
vue-router: ^4.0.8 vue-router: ^4.0.8
peerDependencies:
vue: 3.0.11
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -10663,6 +10664,7 @@ __metadata:
ufo: ^0.7.5 ufo: ^0.7.5
unbuild: ^0.3.0 unbuild: ^0.3.0
upath: ^2.0.1 upath: ^2.0.1
vue: 3.0.11
bin: bin:
nu: ./bin/nuxt.js nu: ./bin/nuxt.js
nuxt: ./bin/nuxt.js nuxt: ./bin/nuxt.js