Skip to content

Commit e7461ee

Browse files
committed
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 # Conflicts: # yarn.lock
1 parent bf34be1 commit e7461ee

File tree

2 files changed

+389
-389
lines changed

2 files changed

+389
-389
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
},
9999
"dependencies": {
100100
"@jest/create-cache-key-function": "^27.0.1",
101-
"@react-native-community/cli": "^9.0.0-alpha.3",
102-
"@react-native-community/cli-platform-android": "^9.0.0-alpha.3",
103-
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.3",
101+
"@react-native-community/cli": "^9.0.0-alpha.5",
102+
"@react-native-community/cli-platform-android": "^9.0.0-alpha.5",
103+
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.5",
104104
"@react-native/assets": "1.0.0",
105105
"@react-native/normalize-color": "2.0.0",
106106
"@react-native/polyfills": "2.0.0",

0 commit comments

Comments
 (0)