Add missing dependencies (#9516)

This commit is contained in:
Nicolò Ribaudo 2019-02-15 08:50:32 +01:00 committed by GitHub
parent b6300a0869
commit 0050266a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,8 @@
"@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^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": {
"@babel/core": "^7.0.0"

View File

@ -23,6 +23,7 @@
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^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-optional-catch-binding": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",