fix: 修复 babel 升级导致的打包报错问题 (#1451)

Co-authored-by: yanxiong <oujinhui.ojh@antgroup.com>
This commit is contained in:
heiyexing 2022-10-31 15:29:59 +08:00 committed by GitHub
parent 17674cef1e
commit 2980c38d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -223,7 +223,15 @@
"resolutions": { "resolutions": {
"d3-array": "1", "d3-array": "1",
"monaco-editor-webpack-plugin": "2.0.0", "monaco-editor-webpack-plugin": "2.0.0",
"monaco-editor": "0.21.0" "monaco-editor": "0.21.0",
"@babel/types": "7.19.4",
"@babel/runtime": "7.19.4",
"@babel/parser": "7.19.4",
"@babel/standalone": "7.19.4",
"@babel/generator": "7.19.4",
"@babel/traverse": "7.19.4",
"@babel/plugin-proposal-decorators": "7.19.6",
"@babel/helper-skip-transparent-expression-wrappers": "7.18.9"
}, },
"tnpm": { "tnpm": {
"mode": "yarn" "mode": "yarn"