Skip to content

Commit 5edd1c6

Browse files
thymikeefacebook-github-bot
authored andcommitted
- Bump CLI to ^3.0.0-alpha.1 (#26028)
Summary: Bumps the CLI to v3 alpha which includes Metro 0.56 ## Changelog [Internal] [Changed] - Bump CLI to ^3.0.0-alpha.1 Pull Request resolved: #26028 Test Plan: None Differential Revision: D16763732 Pulled By: cpojer fbshipit-source-id: 8f35fb80913f623cb44d37208f49040d4a33b07b
1 parent 1a92cf9 commit 5edd1c6

File tree

2 files changed

+143
-196
lines changed

2 files changed

+143
-196
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
},
8686
"dependencies": {
8787
"@babel/runtime": "^7.0.0",
88-
"@react-native-community/cli": "^2.6.0",
89-
"@react-native-community/cli-platform-android": "^2.6.0",
90-
"@react-native-community/cli-platform-ios": "^2.4.1",
88+
"@react-native-community/cli": "^3.0.0-alpha.1",
89+
"@react-native-community/cli-platform-android": "^3.0.0-alpha.1",
90+
"@react-native-community/cli-platform-ios": "^3.0.0-alpha.1",
9191
"abort-controller": "^3.0.0",
9292
"art": "^0.10.0",
9393
"base64-js": "^1.1.2",
@@ -100,9 +100,9 @@
100100
"hermes-engine": "^0.1.1",
101101
"invariant": "^2.2.4",
102102
"jsc-android": "^245459.0.0",
103-
"metro-babel-register": "0.54.1",
104-
"metro-react-native-babel-transformer": "0.54.1",
105-
"metro-source-map": "^0.55.0",
103+
"metro-babel-register": "^0.56.0",
104+
"metro-react-native-babel-transformer": "^0.56.0",
105+
"metro-source-map": "^0.56.0",
106106
"nullthrows": "^1.1.0",
107107
"pretty-format": "^24.7.0",
108108
"promise": "^7.1.1",

0 commit comments

Comments
 (0)