Upgrade babel

Summary: Upgraded all babel libraries

Reviewed By: passy

Differential Revision: D23002525

fbshipit-source-id: 03d40fd688f5cdf8284cbfdd184f6b44e95bf1ea
This commit is contained in:
Anton Nikolaev
2020-08-07 13:27:08 -07:00
committed by Facebook GitHub Bot
parent 4a1c2a9ece
commit b96f164fd3
5 changed files with 714 additions and 642 deletions

View File

@@ -9,20 +9,20 @@
"license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/generator": "^7.9.0",
"@babel/parser": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/core": "^7.11.1",
"@babel/generator": "^7.11.0",
"@babel/parser": "^7.11.2",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/plugin-transform-typescript": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@babel/traverse": "^7.9.0",
"@babel/types": "^7.9.0",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/traverse": "^7.11.0",
"@babel/types": "^7.11.0",
"@types/fs-extra": "^9.0.1",
"@types/node": "^13.7.5",
"babel-plugin-emotion": "^10.0.33",

View File

@@ -11,7 +11,7 @@
"@types/jest": "^26",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"eslint": "^7.4.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-jsx-a11y": "^6.3.1",

View File

@@ -17,10 +17,10 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-flow": "^7.9.0",
"babel-jest": "^26",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-flow": "^7.10.4",
"babel-jest": "^26.2.2",
"canonical-json": "^0.0.4",
"lodash.memoize": "^4.1.2"
}

View File

@@ -114,10 +114,10 @@
"@testing-library/dom": "^7.20.2",
"@testing-library/react": "^10.4.3",
"@types/algoliasearch": "^3.30.19",
"@types/babel__code-frame": "^7.0.0",
"@types/babel__core": "^7.1.6",
"@types/babel__code-frame": "^7.0.1",
"@types/babel__core": "^7.1.9",
"@types/babel__generator": "^7.6.1",
"@types/babel__traverse": "^7.0.9",
"@types/babel__traverse": "^7.0.13",
"@types/decompress": "4.2.3",
"@types/deep-equal": "^1.0.1",
"@types/detect-port": "^1.1.0",
@@ -164,7 +164,7 @@
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.19.2",
"ansi-to-html": "^0.6.3",
"babel-eslint": "^10.0.1",
"babel-eslint": "^10.1.0",
"chalk": "^4.0.0",
"cross-env": "^7.0.2",
"detect-port": "^1.1.1",
@@ -174,7 +174,7 @@
"eslint-config-fbjs": "^3.1.1",
"eslint-config-prettier": "^6.10.1",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flipper": "0.52.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-header": "^3.0.0",

File diff suppressed because it is too large Load Diff