Skip to content

Commit f164556

Browse files
kelsetfacebook-github-bot
authored andcommitted
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
1 parent f3c98c5 commit f164556

File tree

4 files changed

+253
-893
lines changed

4 files changed

+253
-893
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@
107107
},
108108
"dependencies": {
109109
"@jest/create-cache-key-function": "^29.0.3",
110-
"@react-native-community/cli": "^9.0.0",
111-
"@react-native-community/cli-platform-android": "^9.0.0",
112-
"@react-native-community/cli-platform-ios": "^9.0.0",
110+
"@react-native-community/cli": "9.1.3",
111+
"@react-native-community/cli-platform-android": "9.1.0",
112+
"@react-native-community/cli-platform-ios": "9.1.2",
113113
"@react-native/assets": "1.0.0",
114114
"@react-native/normalize-color": "2.0.0",
115115
"@react-native/polyfills": "2.0.0",
@@ -120,9 +120,9 @@
120120
"invariant": "^2.2.4",
121121
"jsc-android": "^250230.2.1",
122122
"memoize-one": "^5.0.0",
123-
"metro-react-native-babel-transformer": "0.72.1",
124-
"metro-runtime": "0.72.1",
125-
"metro-source-map": "0.72.1",
123+
"metro-react-native-babel-transformer": "0.72.3",
124+
"metro-runtime": "0.72.3",
125+
"metro-source-map": "0.72.3",
126126
"mkdirp": "^0.5.1",
127127
"nullthrows": "^1.1.1",
128128
"pretty-format": "^26.5.2",

repo-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"jest": "^29.0.3",
4242
"jest-junit": "^10.0.0",
4343
"jscodeshift": "^0.13.1",
44-
"metro-babel-register": "0.72.1",
45-
"metro-memory-fs": "0.72.1",
44+
"metro-babel-register": "0.72.3",
45+
"metro-memory-fs": "0.72.3",
4646
"mkdirp": "^0.5.1",
4747
"prettier": "^2.4.1",
4848
"react": "18.2.0",

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": "^8.19.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.2.0"
2525
},
2626
"jest": {

0 commit comments

Comments
 (0)