Skip to content

Commit 782e848

Browse files
thymikeefacebook-github-bot
authored andcommitted
chore: upgrade CLI to 2.0.0-rc.1 (#25190)
Summary: The RC1 of the CLI upgrades Metro to 0.54.1 to be compatible with 0.60 and master and fixes an issue with haste backwards compatibility. cc kelset ## Changelog [General] [Changed] - Bump CLI to 2.0.0-rc.1 Pull Request resolved: #25190 Differential Revision: D15737249 Pulled By: cpojer fbshipit-source-id: a39747620a7652507d29f5dadb6a4bdc9c1393f0
1 parent ae231c8 commit 782e848

File tree

2 files changed

+86
-343
lines changed

2 files changed

+86
-343
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
},
8383
"dependencies": {
8484
"@babel/runtime": "^7.0.0",
85-
"@react-native-community/cli": "2.0.0-rc.0",
86-
"@react-native-community/cli-platform-android": "2.0.0-rc.0",
87-
"@react-native-community/cli-platform-ios": "2.0.0-rc.0",
85+
"@react-native-community/cli": "2.0.0-rc.1",
86+
"@react-native-community/cli-platform-android": "2.0.0-rc.1",
87+
"@react-native-community/cli-platform-ios": "2.0.0-rc.1",
8888
"abort-controller": "^3.0.0",
8989
"art": "^0.10.0",
9090
"base64-js": "^1.1.2",

0 commit comments

Comments
 (0)