Skip to content

Commit

Permalink
- Bump CLI to ^3.0.0-alpha.1 (#26028)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thymikee authored and facebook-github-bot committed Aug 12, 2019
1 parent 1a92cf9 commit 5edd1c6
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 196 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@react-native-community/cli": "^2.6.0",
"@react-native-community/cli-platform-android": "^2.6.0",
"@react-native-community/cli-platform-ios": "^2.4.1",
"@react-native-community/cli": "^3.0.0-alpha.1",
"@react-native-community/cli-platform-android": "^3.0.0-alpha.1",
"@react-native-community/cli-platform-ios": "^3.0.0-alpha.1",
"abort-controller": "^3.0.0",
"art": "^0.10.0",
"base64-js": "^1.1.2",
Expand All @@ -100,9 +100,9 @@
"hermes-engine": "^0.1.1",
"invariant": "^2.2.4",
"jsc-android": "^245459.0.0",
"metro-babel-register": "0.54.1",
"metro-react-native-babel-transformer": "0.54.1",
"metro-source-map": "^0.55.0",
"metro-babel-register": "^0.56.0",
"metro-react-native-babel-transformer": "^0.56.0",
"metro-source-map": "^0.56.0",
"nullthrows": "^1.1.0",
"pretty-format": "^24.7.0",
"promise": "^7.1.1",
Expand Down
Loading

0 comments on commit 5edd1c6

Please sign in to comment.