Files
Riccardo Cipolleschi 148066e8f9 Bump CLI to 15 (#46394)
Summary:
Bumps the CLI to the next version

## Changelog:
[General][Changed] - Bump cli dependencies to 15.0.0-alpha.2

Pull Request resolved: https://github.com/facebook/react-native/pull/46394

Test Plan: CI

Reviewed By: huntie

Differential Revision: D62375405

Pulled By: cipolleschi

fbshipit-source-id: fec99216bc7ad6decfd83840091d807f603184da
2024-09-09 03:54:43 -07:00

33 lines
902 B
JSON

{
"name": "react-native-info",
"version": "0.76.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"
}
}