mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-06 05:43:08 +08:00
chore: update and lock @babel/runtime version
This commit is contained in:
parent
0b379ca8c3
commit
40c19edac8
@ -44,11 +44,14 @@ module.exports = (api, options, rootOptions) => {
|
|||||||
'@dcloudio/uni-helper-json': '*'
|
'@dcloudio/uni-helper-json': '*'
|
||||||
},
|
},
|
||||||
devDependencies: {
|
devDependencies: {
|
||||||
"@babel/runtime": "~7.12.0",// 临时指定版本,7.13.x 会报错
|
"@babel/runtime": "~7.17.9",// 临时指定版本,7.13.x 会报错
|
||||||
'postcss-comment': '^2.0.0',
|
'postcss-comment': '^2.0.0',
|
||||||
'@dcloudio/types': '^2.6.7',
|
'@dcloudio/types': '^2.6.7',
|
||||||
'miniprogram-api-typings': '*',
|
'miniprogram-api-typings': '*',
|
||||||
'mini-types': '*'
|
'mini-types': '*'
|
||||||
|
},
|
||||||
|
resolutions: {
|
||||||
|
"@babel/runtime": "~7.17.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user