mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-05 13:31:52 +08:00
vue-cli-plugin-* 3.5.1
This commit is contained in:
parent
4089b66c13
commit
82aa59d9fc
@ -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'
|
||||
}
|
||||
}
|
||||
|
@ -1,11 +1,10 @@
|
||||
{
|
||||
"useConfigFiles": false,
|
||||
"plugins": {
|
||||
"@dcloudio/vue-cli-plugin-uni": {
|
||||
"version": "0.9.34"
|
||||
},
|
||||
"@dcloudio/vue-cli-plugin-uni": {},
|
||||
"@dcloudio/vue-cli-plugin-hbuilderx": {},
|
||||
"@vue/cli-plugin-babel": {
|
||||
"version": "3.3.0",
|
||||
"version": "3.5.1",
|
||||
"presets": [
|
||||
["@vue/app", {
|
||||
"useBuiltIns": "entry"
|
||||
|
Loading…
x
Reference in New Issue
Block a user