mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b0863e1239
Summary: This will publish several changes we have pending on main, specifically changes to React Native Gradle Plugin which are needed to unblock nightlies. #publish-packages-to-npm ## Changelog [INTERNAL] - Bumping all the changes we have on main Pull Request resolved: https://github.com/facebook/react-native/pull/36355 Test Plan: n/a Reviewed By: hoxyq Differential Revision: D43733634 Pulled By: cortinico fbshipit-source-id: 9c041f7557cd8e494dfc942ae89e13e55353bb48
21 lines
487 B
JSON
21 lines
487 B
JSON
{
|
|
"version": "0.72.3",
|
|
"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"
|
|
}
|