Fix @babel/core to use csx-version of helpers
This commit is contained in:
parent
0e5c224ff1
commit
fd2c2f61bb
@ -35,7 +35,7 @@
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.5.5",
|
||||
"@babel/generator": "^7.7.2",
|
||||
"@babel/helpers": "^7.7.0",
|
||||
"@babel/helpers": "csx",
|
||||
"@babel/parser": "^7.7.2",
|
||||
"@babel/template": "^7.7.0",
|
||||
"@babel/traverse": "^7.7.2",
|
||||
@ -50,8 +50,5 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-transform-fixture-test-runner": "^7.6.4"
|
||||
},
|
||||
"resolutions": {
|
||||
"@babel/helpers": "file:../babel-helpers"
|
||||
}
|
||||
}
|
||||
|
||||
3676
packages/babel-core/yarn.lock
Normal file
3676
packages/babel-core/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user