mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-05-11 00:00:01 +08:00
vue-cli-plugin-* 3.5.1
This commit is contained in:
+2
-2
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user