Skip to content

Commit f1d6248

Browse files
kelsetfacebook-github-bot
authored andcommitted
bump CLI to v9.0.0-alpha.5 (#34275)
Summary: Bumping main to latest version of CLI available; in particular, we want to ensure to propagate this fix react-native-community/cli#1655. After merging, we'll cherry-pick in the `0.70-stable` branch. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [General] [Changed] - bump CLI to v9.0.0-alpha.5 Pull Request resolved: #34275 Test Plan: CI Reviewed By: NickGerleman Differential Revision: D38151383 Pulled By: dmitryrykun fbshipit-source-id: afdafb496a159ad766dd322a4aab4bda6146edf0
1 parent 547220f commit f1d6248

File tree

2 files changed

+245
-482
lines changed

2 files changed

+245
-482
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
},
105105
"dependencies": {
106106
"@jest/create-cache-key-function": "^27.0.1",
107-
"@react-native-community/cli": "^9.0.0-alpha.3",
108-
"@react-native-community/cli-platform-android": "^9.0.0-alpha.3",
109-
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.3",
107+
"@react-native-community/cli": "^9.0.0-alpha.5",
108+
"@react-native-community/cli-platform-android": "^9.0.0-alpha.5",
109+
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.5",
110110
"@react-native/assets": "1.0.0",
111111
"@react-native/normalize-color": "2.0.0",
112112
"@react-native/polyfills": "2.0.0",

0 commit comments

Comments
 (0)