Skip to content

Commit 0c2fe96

Browse files
thymikeefacebook-github-bot
authored andcommitted
Upgrade RN CLI to v9.0.0 and Metro to 0.72.1 (#34447)
Summary: Stable v9 of the CLI, no major changes compared to previous alpha releases. Metro release notes: https://github.com/facebook/metro/releases/tag/v0.72.1 cc kelset huntie ## 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] - Upgrade RN CLI to v9.0.0, Metro to 0.72.1 Pull Request resolved: #34447 Test Plan: CI Reviewed By: huntie Differential Revision: D38838499 Pulled By: robhogan fbshipit-source-id: 552e2e708270557e2b74c1a3b8d3325774fb0c48
1 parent 50b1270 commit 0c2fe96

File tree

4 files changed

+207
-206
lines changed

4 files changed

+207
-206
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
},
105105
"dependencies": {
106106
"@jest/create-cache-key-function": "^27.0.1",
107-
"@react-native-community/cli": "^9.0.0-alpha.11",
108-
"@react-native-community/cli-platform-android": "^9.0.0-alpha.10",
109-
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.10",
107+
"@react-native-community/cli": "^9.0.0",
108+
"@react-native-community/cli-platform-android": "^9.0.0",
109+
"@react-native-community/cli-platform-ios": "^9.0.0",
110110
"@react-native/assets": "1.0.0",
111111
"@react-native/normalize-color": "2.0.0",
112112
"@react-native/polyfills": "2.0.0",
@@ -117,9 +117,9 @@
117117
"invariant": "^2.2.4",
118118
"jsc-android": "^250230.2.1",
119119
"memoize-one": "^5.0.0",
120-
"metro-react-native-babel-transformer": "0.72.0",
121-
"metro-runtime": "0.72.0",
122-
"metro-source-map": "0.72.0",
120+
"metro-react-native-babel-transformer": "0.72.1",
121+
"metro-runtime": "0.72.1",
122+
"metro-source-map": "0.72.1",
123123
"mkdirp": "^0.5.1",
124124
"nullthrows": "^1.1.1",
125125
"pretty-format": "^26.5.2",

repo-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"jest": "^26.6.3",
3838
"jest-junit": "^10.0.0",
3939
"jscodeshift": "^0.13.1",
40-
"metro-babel-register": "0.72.0",
41-
"metro-memory-fs": "0.72.0",
40+
"metro-babel-register": "0.72.1",
41+
"metro-memory-fs": "0.72.1",
4242
"mkdirp": "^0.5.1",
4343
"prettier": "^2.4.1",
4444
"react": "18.2.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": "^8.19.0",
2222
"jest": "^26.6.3",
23-
"metro-react-native-babel-preset": "^0.72.0",
23+
"metro-react-native-babel-preset": "^0.72.1",
2424
"react-test-renderer": "18.2.0"
2525
},
2626
"jest": {

0 commit comments

Comments
 (0)