mirror of https://gitee.com/antv-l7/antv-l7
fix: 修复 babel 升级导致的打包报错问题 (#1451)
Co-authored-by: yanxiong <oujinhui.ojh@antgroup.com>
This commit is contained in:
parent
17674cef1e
commit
2980c38d77
10
package.json
10
package.json
|
@ -223,7 +223,15 @@
|
|||
"resolutions": {
|
||||
"d3-array": "1",
|
||||
"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": {
|
||||
"mode": "yarn"
|
||||
|
|
Loading…
Reference in New Issue