Upgrade Babel

Summary: Update babel related dependency to 7.8.3

Reviewed By: passy

Differential Revision: D19408069

fbshipit-source-id: cc9beca6bb9c8d2102332dac3812f52ca7275ec0
This commit is contained in:
Chaiwat Ekkaewnumchai
2020-01-16 03:56:35 -08:00
committed by Facebook Github Bot
parent ce0d038420
commit 3fab1f8fd6
6 changed files with 3127 additions and 3984 deletions

View File

@@ -4,17 +4,17 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/generator": "^7.7.4",
"@babel/parser": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-transform-flow-strip-types": "^7.7.4",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/plugin-transform-typescript": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/core": "^7.8.3",
"@babel/generator": "^7.8.3",
"@babel/parser": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/plugin-transform-typescript": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"expand-tilde": "^2.0.2",
"fb-watchman": "^2.0.0",
"fix-path": "^2.1.0",

File diff suppressed because it is too large Load Diff