Skip to content

Commit c677e19

Browse files
thymikeefacebook-github-bot
authored andcommitted
- Bump CLI to ^6.0.0 (#31971)
Summary: Upgrade CLI to the v6 stable. [Changelog](https://github.com/react-native-community/cli/releases/tag/v6.0.0) ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General] [Fix] - Bump CLI to ^6.0.0 Pull Request resolved: #31971 Test Plan: cc kelset grabbou Reviewed By: TheSavior Differential Revision: D30158170 Pulled By: ShikaSD fbshipit-source-id: 392e22cb112a830778149b4a2b4a19198facf42b
1 parent 309ee06 commit c677e19

File tree

2 files changed

+146
-232
lines changed

2 files changed

+146
-232
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
},
9191
"dependencies": {
9292
"@jest/create-cache-key-function": "^27.0.1",
93-
"@react-native-community/cli": "^6.0.0-rc.0",
94-
"@react-native-community/cli-platform-android": "^6.0.0-rc.0",
95-
"@react-native-community/cli-platform-ios": "^6.0.0-rc.0",
93+
"@react-native-community/cli": "^6.0.0",
94+
"@react-native-community/cli-platform-android": "^6.0.0",
95+
"@react-native-community/cli-platform-ios": "^6.0.0",
9696
"@react-native/assets": "1.0.0",
9797
"@react-native/normalize-color": "1.0.0",
9898
"@react-native/polyfills": "1.0.0",

0 commit comments

Comments
 (0)