Skip to content

Commit

Permalink
bump CLI to v9.0.0-alpha.5 (#34275)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kelset authored and facebook-github-bot committed Jul 27, 2022
1 parent 547220f commit f1d6248
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 482 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^27.0.1",
"@react-native-community/cli": "^9.0.0-alpha.3",
"@react-native-community/cli-platform-android": "^9.0.0-alpha.3",
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.3",
"@react-native-community/cli": "^9.0.0-alpha.5",
"@react-native-community/cli-platform-android": "^9.0.0-alpha.5",
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.5",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "2.0.0",
"@react-native/polyfills": "2.0.0",
Expand Down
Loading

0 comments on commit f1d6248

Please sign in to comment.