Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf164556

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.3Pull Requestresolved:#34803Test Plan: CI is greenReviewed By: dmytrorykunDifferential Revision: D39967392Pulled By: dmytrorykunfbshipit-source-id: 799dd745834c9ba349362f70afb4bdbd1a48260e
1 parentf3c98c5 commitf164556

File tree

4 files changed

+253
-893
lines changed

4 files changed

+253
-893
lines changed

‎package.json‎

Lines changed: 6 additions & 6 deletions
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‎

Lines changed: 2 additions & 2 deletions
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‎

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.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)

[8]ページ先頭

©2009-2025 Movatter.jp