mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e42dd1593d
Summary: We do have a lot of changes on `main` to ship to nightlies. This change bump all the packages with pending changes. ## Changelog [INTERNAL] [CHANGED] - [ci][monorepo] bump package versions Pull Request resolved: https://github.com/facebook/react-native/pull/36184 Test Plan: Will rely on CI run. Reviewed By: hoxyq Differential Revision: D43363981 Pulled By: cortinico fbshipit-source-id: eba5152dbe007eb3fad43f9088d145b3741fd94e
21 lines
487 B
JSON
21 lines
487 B
JSON
{
|
|
"version": "0.72.2",
|
|
"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"
|
|
}
|