File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ const fs = require('fs')
3
3
module . exports = ( api ) => {
4
4
api . extendPackage ( {
5
5
dependencies : {
6
- vue : '^3.0.0-alpha.9 '
6
+ vue : '^3.0.0-alpha.10 '
7
7
} ,
8
8
devDependencies : {
9
- '@vue/compiler-sfc' : '^3.0.0-alpha.9 ' ,
9
+ '@vue/compiler-sfc' : '^3.0.0-alpha.10 ' ,
10
10
// remove the vue-template-compiler
11
11
'vue-template-compiler' : null
12
12
}
@@ -70,7 +70,7 @@ module.exports = (api) => {
70
70
if ( api . hasPlugin ( 'router' ) || api . generator . pkg . dependencies [ 'router' ] ) {
71
71
api . extendPackage ( {
72
72
dependencies : {
73
- 'vue-router' : '^4.0.0-alpha.3 '
73
+ 'vue-router' : '^4.0.0-alpha.4 '
74
74
}
75
75
} )
76
76
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-cli-plugin-vue-next" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " Vue CLI plugin for trying out vue-next (experimental)" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments