Skip to content

Commit

Permalink
Upgrade RN CLI to v9.0.0 and Metro to 0.72.1 (#34447)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thymikee authored and facebook-github-bot committed Aug 19, 2022
1 parent 50b1270 commit 0c2fe96
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 206 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -104,9 +104,9 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^27.0.1",
"@react-native-community/cli": "^9.0.0-alpha.11",
"@react-native-community/cli-platform-android": "^9.0.0-alpha.10",
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.10",
"@react-native-community/cli": "^9.0.0",
"@react-native-community/cli-platform-android": "^9.0.0",
"@react-native-community/cli-platform-ios": "^9.0.0",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "2.0.0",
"@react-native/polyfills": "2.0.0",
Expand All @@ -117,9 +117,9 @@
"invariant": "^2.2.4",
"jsc-android": "^250230.2.1",
"memoize-one": "^5.0.0",
"metro-react-native-babel-transformer": "0.72.0",
"metro-runtime": "0.72.0",
"metro-source-map": "0.72.0",
"metro-react-native-babel-transformer": "0.72.1",
"metro-runtime": "0.72.1",
"metro-source-map": "0.72.1",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^26.5.2",
Expand Down
4 changes: 2 additions & 2 deletions repo-config/package.json
Expand Up @@ -37,8 +37,8 @@
"jest": "^26.6.3",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.72.0",
"metro-memory-fs": "0.72.0",
"metro-babel-register": "0.72.1",
"metro-memory-fs": "0.72.1",
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Expand Up @@ -20,7 +20,7 @@
"babel-jest": "^26.6.3",
"eslint": "^8.19.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.72.0",
"metro-react-native-babel-preset": "^0.72.1",
"react-test-renderer": "18.2.0"
},
"jest": {
Expand Down

0 comments on commit 0c2fe96

Please sign in to comment.