vue-cli-plugin-* 3.5.1

This commit is contained in:
fxy060608
2019-03-22 14:48:20 +08:00
parent 4089b66c13
commit 82aa59d9fc
2 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -37,12 +37,12 @@ module.exports = (api, options, rootOptions) => {
return {
dependencies: {
'vue-class-component': '^6.3.2',
'vue-property-decorator': '^7.2.0'
'vue-property-decorator': '^8.0.0'
},
devDependencies: {
'@babel/plugin-syntax-typescript': '^7.2.0',
'@dcloudio/types': '*',
'@vue/cli-plugin-typescript': '^3.3.0',
'@vue/cli-plugin-typescript': '^3.5.1',
'typescript': api.hasPlugin('eslint') ? '~3.1.1' : '^3.0.0'
}
}