Skip to content

Commit 77451b2

Browse files
committed
chore: update to alpha.11
1 parent d918bb3 commit 77451b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/index.js

+2-2
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.10'
7+
vue: '^3.0.0-alpha.11'
88
},
99
devDependencies: {
10-
'@vue/compiler-sfc': '^3.0.0-alpha.10',
10+
'@vue/compiler-sfc': '^3.0.0-alpha.11',
1111
// remove the vue-template-compiler
1212
'vue-template-compiler': null
1313
}

0 commit comments

Comments
 (0)