Add missing dependencies (#9516)
This commit is contained in:
parent
b6300a0869
commit
0050266a50
@ -18,7 +18,8 @@
|
|||||||
"@babel/helper-member-expression-to-functions": "^7.0.0",
|
"@babel/helper-member-expression-to-functions": "^7.0.0",
|
||||||
"@babel/helper-optimise-call-expression": "^7.0.0",
|
"@babel/helper-optimise-call-expression": "^7.0.0",
|
||||||
"@babel/helper-plugin-utils": "^7.0.0",
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||||||
"@babel/helper-replace-supers": "^7.2.3"
|
"@babel/helper-replace-supers": "^7.2.3",
|
||||||
|
"@babel/helper-split-export-declaration": "^7.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "^7.0.0"
|
"@babel/core": "^7.0.0"
|
||||||
|
|||||||
@ -23,6 +23,7 @@
|
|||||||
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
||||||
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
|
||||||
|
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
|
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user