mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3ab6274f0d
Summary: There are other 3 packages which have unreleased changes on main: ``` babel-plugin-codegen/ eslint-plugin-specs/ eslint-config-react-native-community/ ``` I'm bumping them in order to be able to publish them to NPM. Changelog: [Internal] [Changed] - Bump further patch packages to unblock nightly as they have unreleased changes on main Reviewed By: hoxyq Differential Revision: D41874749 fbshipit-source-id: 0b8cd69cab6fcb116f2635c964490927f4fb20be
21 lines
487 B
JSON
21 lines
487 B
JSON
{
|
|
"version": "0.72.1",
|
|
"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"
|
|
}
|