mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f57be12977
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43132 Command run: ``` node scripts/releases/set-version 0.75.0-main --skip-react-native-version ``` Changelog: [Internal] Reviewed By: lunaleaps, cipolleschi Differential Revision: D54006327 fbshipit-source-id: 7afe9e7ca3020faf399fdba2221fab8a102c56c7
27 lines
672 B
JSON
27 lines
672 B
JSON
{
|
|
"name": "@react-native/bots",
|
|
"description": "React Native Bots",
|
|
"version": "0.75.0-main",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/react-native-bots"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-bots#readme",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"devDependencies": {
|
|
"@rnx-kit/rn-changelog-generator": "^0.4.0",
|
|
"danger": "^11.2.1",
|
|
"lodash.includes": "^4.3.0",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "^18.12.0",
|
|
"firebase": "^9.6.5"
|
|
}
|
|
}
|