Skip to content

Commit cef937c

Browse files
committed
chore: update deps
1 parent cf88c6d commit cef937c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generator/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = (api) => {
22
api.extendPackage({
33
dependencies: {
4-
vue: '^3.0.0-alpha.9'
4+
vue: '^3.0.0-alpha.10'
55
},
66
devDependencies: {
7-
'@vue/compiler-sfc': '^3.0.0-alpha.9',
7+
'@vue/compiler-sfc': '^3.0.0-alpha.10',
88
// remove the vue-template-compiler
99
'vue-template-compiler': null
1010
}
@@ -68,7 +68,7 @@ module.exports = (api) => {
6868
if (api.hasPlugin('router') || api.generator.pkg.dependencies['router']) {
6969
api.extendPackage({
7070
dependencies: {
71-
'vue-router': '^4.0.0-alpha.3'
71+
'vue-router': '^4.0.0-alpha.4'
7272
}
7373
})
7474

0 commit comments

Comments
 (0)