mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e77fe5c471
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48975 After cutting 0.78-stable, we need to bump the monorepo packages to `0.79.0-main` ## Changelog: [Internal] - Bump monorepo packages to `0.79.0-main` Reviewed By: cortinico, huntie Differential Revision: D68715005 fbshipit-source-id: cb5abbf05e8638683687be8d61d66b3037111572
33 lines
902 B
JSON
33 lines
902 B
JSON
{
|
|
"name": "react-native-info",
|
|
"version": "0.79.0-main",
|
|
"main": "build/index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"types": "build/index.d.ts",
|
|
"files": [
|
|
"build",
|
|
"!*.d.ts",
|
|
"!*.map"
|
|
],
|
|
"homepage": "https://github.com/facebook//react-native/tree/main/packages/react-native-info",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/react-native-info"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/cli-config": "15.0.0-alpha.2",
|
|
"@react-native-community/cli-platform-apple": "15.0.0-alpha.2",
|
|
"@react-native-community/cli-tools": "15.0.0-alpha.2",
|
|
"@react-native-community/cli-types": "15.0.0-alpha.2",
|
|
"commander": "^12.0.0",
|
|
"fs-extra": "^11.2.0",
|
|
"yaml": "^2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/envinfo": "^7.8.3",
|
|
"@types/fs-extra": "^11.0.4"
|
|
}
|
|
}
|