mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d9a582e949
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54009 Packages haven't been bumped on main ahead of 0.83. This takes care of it. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi, huntie Differential Revision: D83580515 fbshipit-source-id: 7471e77f74e3fb3b4ee6538a49369b5df1393098
39 lines
971 B
JSON
39 lines
971 B
JSON
{
|
|
"name": "@react-native/compatibility-check",
|
|
"version": "0.83.0-main",
|
|
"description": "Check a React Native app's boundary between JS and Native for incompatibilities",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/react-native-compatibility-check"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-compatibility-check#readme",
|
|
"keywords": [
|
|
"boundary",
|
|
"crashes",
|
|
"native",
|
|
"codegen",
|
|
"tools",
|
|
"react-native"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": ">= 20.19.4"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@react-native/codegen": "0.83.0-main"
|
|
},
|
|
"devDependencies": {
|
|
"flow-remove-types": "^2.237.2",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|