Skip to content

Commit c884f3a

Browse files
committed
chore: update deps
1 parent 262b9c5 commit c884f3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generator/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ const path = require('path')
44
module.exports = (api) => {
55
api.extendPackage({
66
dependencies: {
7-
vue: '^3.0.0-alpha.11'
7+
vue: '^3.0.0-beta.1'
88
},
99
devDependencies: {
10-
'@vue/compiler-sfc': '^3.0.0-alpha.11',
10+
'@vue/compiler-sfc': '^3.0.0-beta.1',
1111
// remove the vue-template-compiler
1212
'vue-template-compiler': null
1313
}
@@ -93,7 +93,7 @@ module.exports = (api) => {
9393
if (api.hasPlugin('router') || api.generator.pkg.dependencies['router']) {
9494
api.extendPackage({
9595
dependencies: {
96-
'vue-router': '^4.0.0-alpha.4'
96+
'vue-router': '^4.0.0-alpha.5'
9797
}
9898
})
9999

0 commit comments

Comments
 (0)