Skip to content

Commit 2de4cf0

Browse files
committed
chore(deps): bump CLI to 9.1.3 and Metro to 0.72.3 (#34803)
Summary: This PR bumps the dep version of Metro and the RN CLI to latest, and realigns them to avoid the issue we currently have in 0.70: #34714 (this commit will be cherry-picked there) Also, it pins it all down to precise version. See comments for reasoning. While at it, I gave a cleanup pass to the yarn.lock with [`yarn deduplicate`](https://github.com/scinos/yarn-deduplicate#readme). ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [General] [Changed] - bump CLI to 9.1.3 and Metro to 0.72.3 Pull Request resolved: #34803 Test Plan: CI is green Reviewed By: dmytrorykun Differential Revision: D39967392 Pulled By: dmytrorykun fbshipit-source-id: 799dd745834c9ba349362f70afb4bdbd1a48260e # Conflicts: # package.json # template/package.json # yarn.lock
1 parent 7b53a24 commit 2de4cf0

File tree

4 files changed

+549
-360
lines changed

4 files changed

+549
-360
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
},
9999
"dependencies": {
100100
"@jest/create-cache-key-function": "^27.0.1",
101-
"@react-native-community/cli": "^9.0.0",
102-
"@react-native-community/cli-platform-android": "^9.0.0",
103-
"@react-native-community/cli-platform-ios": "^9.0.0",
101+
"@react-native-community/cli": "9.1.3",
102+
"@react-native-community/cli-platform-android": "9.1.0",
103+
"@react-native-community/cli-platform-ios": "9.1.2",
104104
"@react-native/assets": "1.0.0",
105105
"@react-native/normalize-color": "2.0.0",
106106
"@react-native/polyfills": "2.0.0",
@@ -111,9 +111,9 @@
111111
"invariant": "^2.2.4",
112112
"jsc-android": "^250230.2.1",
113113
"memoize-one": "^5.0.0",
114-
"metro-react-native-babel-transformer": "0.72.1",
115-
"metro-runtime": "0.72.1",
116-
"metro-source-map": "0.72.1",
114+
"metro-react-native-babel-transformer": "0.72.3",
115+
"metro-runtime": "0.72.3",
116+
"metro-source-map": "0.72.3",
117117
"mkdirp": "^0.5.1",
118118
"nullthrows": "^1.1.1",
119119
"pretty-format": "^26.5.2",
@@ -164,8 +164,8 @@
164164
"jest": "^26.6.3",
165165
"jest-junit": "^10.0.0",
166166
"jscodeshift": "^0.13.1",
167-
"metro-babel-register": "0.72.1",
168-
"metro-memory-fs": "0.72.1",
167+
"metro-babel-register": "0.72.3",
168+
"metro-memory-fs": "0.72.3",
169169
"mkdirp": "^0.5.1",
170170
"prettier": "^2.4.1",
171171
"shelljs": "^0.8.5",

repo-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"jest": "^26.6.3",
4040
"jest-junit": "^10.0.0",
4141
"jscodeshift": "^0.13.1",
42-
"metro-babel-register": "0.72.1",
43-
"metro-memory-fs": "0.72.1",
42+
"metro-babel-register": "0.72.3",
43+
"metro-memory-fs": "0.72.3",
4444
"mkdirp": "^0.5.1",
4545
"prettier": "^2.4.1",
4646
"react": "18.1.0",

template/package.json

Lines changed: 1 addition & 1 deletion
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.72.1",
23+
"metro-react-native-babel-preset": "0.72.3",
2424
"react-test-renderer": "18.1.0"
2525
},
2626
"jest": {

0 commit comments

Comments
 (0)