mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3e19c97646
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
21 lines
487 B
JSON
21 lines
487 B
JSON
{
|
|
"version": "0.72.0",
|
|
"name": "@react-native/babel-plugin-codegen",
|
|
"description": "Babel plugin to generate native module and view manager code for React Native.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/babel-plugin-codegen"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"@react-native/codegen": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|