chore(cli, metro): bump cli and metro to latest ahead of 71 (#35107)

Summary:
Small PR with bump to the new versions of CLI and Metro in preparation of the branch cut for 0.71.

While at it, did a cheeky `npx yarn-deduplicate` to clean up a bit the deps.

## 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 10.0.0-alpha.1 and Metro to 0.73.3

Pull Request resolved: https://github.com/facebook/react-native/pull/35107

Test Plan: CI is green

Reviewed By: motiz88

Differential Revision: D40762683

Pulled By: huntie

fbshipit-source-id: e523a49c78588ca80351f44cb02bcd4c0137475e
This commit is contained in:
Lorenzo Sciandra
2022-10-27 14:09:03 -07:00
committed by Facebook GitHub Bot
parent ba5454c421
commit f550606d4c
4 changed files with 301 additions and 739 deletions
+6 -6
View File
@@ -109,9 +109,9 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^29.2.1",
"@react-native-community/cli": "9.2.1",
"@react-native-community/cli-platform-android": "9.2.1",
"@react-native-community/cli-platform-ios": "9.2.1",
"@react-native-community/cli": "10.0.0-alpha.1",
"@react-native-community/cli-platform-android": "10.0.0-alpha.1",
"@react-native-community/cli-platform-ios": "10.0.0-alpha.1",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "2.0.0",
"@react-native/polyfills": "2.0.0",
@@ -124,9 +124,9 @@
"jest-environment-node": "^29.2.1",
"jsc-android": "^250230.2.1",
"memoize-one": "^5.0.0",
"metro-react-native-babel-transformer": "0.72.3",
"metro-runtime": "0.72.3",
"metro-source-map": "0.72.3",
"metro-react-native-babel-transformer": "0.73.3",
"metro-runtime": "0.73.3",
"metro-source-map": "0.73.3",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^26.5.2",
+2 -2
View File
@@ -41,8 +41,8 @@
"jest": "^29.2.1",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.72.3",
"metro-memory-fs": "0.72.3",
"metro-babel-register": "0.73.3",
"metro-memory-fs": "0.73.3",
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "18.2.0",
+1 -1
View File
@@ -20,7 +20,7 @@
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.72.3",
"metro-react-native-babel-preset": "0.73.3",
"react-test-renderer": "18.2.0"
},
"jest": {
+292 -730
View File
File diff suppressed because it is too large Load Diff