Bump remaining build-time Babel deps

Summary:
Update `babel/*` dependencies specifying `^7.x.y` where `x > 0` to the latest available semver minor, and corresponding superficial snapshot updates reflecting a small decrease in JS bundle size.

 - `babel/core` to `^7.20.0`
 - `babel/parser` to `^7.20.0`
 - `babel/preset-env` to `^7.20.0`
 - `babel/traverse` to `^7.20.0`
 - `babel/cli` to `^7.19.0`
 - `babel/eslint-parser` to `^7.19.0`
 - `babel/preset-flow` to `^7.18.0`
 - `babel/preset-syntax-flow` to `^7.18.0`
 - Deduplicate / refresh others to take in patch updates

Changelog: [Internal] Bump Babel dependencies to latest 7.x

Reviewed By: JoeyMou

Differential Revision: D41449678

fbshipit-source-id: f04fe837a7961c4e2dde45fed59fcd138c2f8723
This commit is contained in:
Rob Hogan 2022-11-30 19:16:23 -08:00 committed by Facebook GitHub Bot
parent de7a323f6b
commit 3e19c97646
8 changed files with 314 additions and 364 deletions

View File

@ -14,7 +14,7 @@
"@react-native/codegen": "*"
},
"devDependencies": {
"@babel/core": "^7.14.0"
"@babel/core": "^7.20.0"
},
"license": "MIT"
}

View File

@ -11,8 +11,8 @@
},
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native-community#readme",
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.18.2",
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.19.0",
"@react-native/eslint-plugin": "^0.72.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",

View File

@ -13,10 +13,10 @@
"postpack": "node postpack.js"
},
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.18.2",
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.19.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-flow": "^7.17.12",
"@babel/preset-flow": "^7.18.0",
"@react-native/codegen": "*",
"flow-parser": "^0.185.0",
"make-dir": "^2.1.0",

View File

@ -17,10 +17,10 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"@babel/cli": "^7.14.0",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/preset-flow": "^7.14.0",
"@babel/cli": "^7.19.0",
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/preset-flow": "^7.18.0",
"jest": "^29.2.1"
},
"jest": {

View File

@ -18,13 +18,13 @@
"lib"
],
"dependencies": {
"@babel/parser": "^7.14.0",
"@babel/parser": "^7.20.0",
"flow-parser": "^0.185.0",
"jscodeshift": "^0.14.0",
"nullthrows": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",

View File

@ -9,8 +9,8 @@
"url": "git@github.com:facebook/react-native.git"
},
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.18.2",
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.19.0",
"@babel/generator": "^7.20.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@definitelytyped/dtslint": "^0.0.127",

View File

@ -14,8 +14,8 @@
"react-native": "1000.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.14.0",
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.12.5",
"@react-native/eslint-config": "^0.72.0",
"@tsconfig/react-native": "^2.0.2",

646
yarn.lock

File diff suppressed because it is too large Load Diff