Skip to content

Commit

Permalink
Upgrade RN CLI to v8 alpha.5 (#33755)
Browse files Browse the repository at this point in the history
Summary:
Upgrades the React Native CLI to v8 alpha.5. Includes Metro bump to 0.70.2 cc fortmarek kelset cortinico

## Changelog

[General] [Changed] - Upgrade RN CLI to v8 alpha.5

Pull Request resolved: #33755

Test Plan: CI

Reviewed By: motiz88, cipolleschi

Differential Revision: D36128899

Pulled By: cortinico

fbshipit-source-id: b9ce0b4f9fef356141a79be9ccdcabd841d6d1ea
  • Loading branch information
thymikee authored and facebook-github-bot committed May 6, 2022
1 parent bf405d7 commit 1e0226f
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 206 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^27.0.1",
"@react-native-community/cli": "^8.0.0-alpha.4",
"@react-native-community/cli": "^8.0.0-alpha.5",
"@react-native-community/cli-platform-android": "^8.0.0-alpha.3",
"@react-native-community/cli-platform-ios": "^8.0.0-alpha.3",
"@react-native/assets": "1.0.0",
Expand All @@ -112,9 +112,9 @@
"invariant": "^2.2.4",
"jsc-android": "^250230.2.1",
"memoize-one": "^5.0.0",
"metro-react-native-babel-transformer": "0.70.1",
"metro-runtime": "0.70.1",
"metro-source-map": "0.70.1",
"metro-react-native-babel-transformer": "0.70.3",
"metro-runtime": "0.70.3",
"metro-source-map": "0.70.3",
"nullthrows": "^1.1.1",
"pretty-format": "^26.5.2",
"promise": "^8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion repo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"jest": "^26.6.3",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.70.1",
"metro-babel-register": "0.70.3",
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.70.1",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 1e0226f

Please sign in to comment.