Skip to content

Commit 1e0226f

Browse files
thymikeefacebook-github-bot
authored andcommitted
Upgrade RN CLI to v8 alpha.5 (#33755)
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
1 parent bf405d7 commit 1e0226f

File tree

4 files changed

+195
-206
lines changed

4 files changed

+195
-206
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"dependencies": {
100100
"@jest/create-cache-key-function": "^27.0.1",
101-
"@react-native-community/cli": "^8.0.0-alpha.4",
101+
"@react-native-community/cli": "^8.0.0-alpha.5",
102102
"@react-native-community/cli-platform-android": "^8.0.0-alpha.3",
103103
"@react-native-community/cli-platform-ios": "^8.0.0-alpha.3",
104104
"@react-native/assets": "1.0.0",
@@ -112,9 +112,9 @@
112112
"invariant": "^2.2.4",
113113
"jsc-android": "^250230.2.1",
114114
"memoize-one": "^5.0.0",
115-
"metro-react-native-babel-transformer": "0.70.1",
116-
"metro-runtime": "0.70.1",
117-
"metro-source-map": "0.70.1",
115+
"metro-react-native-babel-transformer": "0.70.3",
116+
"metro-runtime": "0.70.3",
117+
"metro-source-map": "0.70.3",
118118
"nullthrows": "^1.1.1",
119119
"pretty-format": "^26.5.2",
120120
"promise": "^8.0.3",

repo-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"jest": "^26.6.3",
4040
"jest-junit": "^10.0.0",
4141
"jscodeshift": "^0.13.1",
42-
"metro-babel-register": "0.70.1",
42+
"metro-babel-register": "0.70.3",
4343
"mkdirp": "^0.5.1",
4444
"prettier": "^2.4.1",
4545
"react": "17.0.2",

template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"babel-jest": "^26.6.3",
2121
"eslint": "^7.32.0",
2222
"jest": "^26.6.3",
23-
"metro-react-native-babel-preset": "^0.70.1",
23+
"metro-react-native-babel-preset": "^0.70.3",
2424
"react-test-renderer": "18.0.0"
2525
},
2626
"jest": {

0 commit comments

Comments
 (0)