Add peerDep on specific babel-core version in transform plugins, presets, and cli (#6549)
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
"@babel/helper-function-name": "7.0.0-beta.3",
|
||||
"@babel/types": "7.0.0-beta.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "7.0.0-beta.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user