Skip to content

Commit 549ff63

Browse files
authored
fix: bumped CLI to address broken backward compatibility (#38572)
1 parent 3481eba commit 549ff63

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
},
9999
"dependencies": {
100100
"@jest/create-cache-key-function": "^27.0.1",
101-
"@react-native-community/cli": "9.3.3",
102-
"@react-native-community/cli-platform-android": "9.3.1",
101+
"@react-native-community/cli": "9.3.4",
102+
"@react-native-community/cli-platform-android": "9.3.4",
103103
"@react-native-community/cli-platform-ios": "9.3.0",
104104
"@react-native/assets": "1.0.0",
105105
"@react-native/normalize-color": "2.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,21 +1294,21 @@
12941294
sudo-prompt "^9.0.0"
12951295
wcwidth "^1.0.1"
12961296

1297-
"@react-native-community/cli-hermes@^9.3.1":
1298-
version "9.3.1"
1299-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-9.3.1.tgz#569d27c1effd684ba451ad4614e29a99228cec49"
1300-
integrity sha512-Mq4PK8m5YqIdaVq5IdRfp4qK09aVO+aiCtd6vjzjNUgk1+1X5cgUqV6L65h4N+TFJYJHcp2AnB+ik1FAYXvYPQ==
1297+
"@react-native-community/cli-hermes@^9.3.4":
1298+
version "9.3.4"
1299+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-9.3.4.tgz#47851847c4990272687883bd8bf53733d5f3c341"
1300+
integrity sha512-VqTPA7kknCXgtYlRf+sDWW4yxZ6Gtg1Ga+Rdrn1qSKuo09iJ8YKPoQYOu5nqbIYJQAEhorWQyo1VvNgd0wd49w==
13011301
dependencies:
1302-
"@react-native-community/cli-platform-android" "^9.3.1"
1302+
"@react-native-community/cli-platform-android" "^9.3.4"
13031303
"@react-native-community/cli-tools" "^9.2.1"
13041304
chalk "^4.1.2"
13051305
hermes-profile-transformer "^0.0.6"
13061306
ip "^1.1.5"
13071307

1308-
"@react-native-community/[email protected].1", "@react-native-community/cli-platform-android@^9.3.1":
1309-
version "9.3.1"
1310-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.3.1.tgz#378cd72249653cc74672094400657139f21bafb8"
1311-
integrity sha512-m0bQ6Twewl7OEZoVf79I2GZmsDqh+Gh0bxfxWgwxobsKDxLx8/RNItAo1lVtTCgzuCR75cX4EEO8idIF9jYhew==
1308+
"@react-native-community/[email protected].4", "@react-native-community/cli-platform-android@^9.3.4":
1309+
version "9.3.4"
1310+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-9.3.4.tgz#42f22943b6ee15713add6af8608c1d0ebf79d774"
1311+
integrity sha512-BTKmTMYFuWtMqimFQJfhRyhIWw1m+5N5svR1S5+DqPcyFuSXrpNYDWNSFR8E105xUbFANmsCZZQh6n1WlwMpOA==
13121312
dependencies:
13131313
"@react-native-community/cli-tools" "^9.2.1"
13141314
chalk "^4.1.2"
@@ -1382,16 +1382,16 @@
13821382
dependencies:
13831383
joi "^17.2.1"
13841384

1385-
"@react-native-community/[email protected].3":
1386-
version "9.3.3"
1387-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-9.3.3.tgz#0ce587bacb845dd52a2c1b6ab4223498a703bcd3"
1388-
integrity sha512-A3jUUI8jhvMuanzVLbLfnaNuexJshl0XHotI/6mcJINAA6SH/w5x6YfqT6xkLwmyF4BWZskRWU1jLcPzK7DXsg==
1385+
"@react-native-community/[email protected].4":
1386+
version "9.3.4"
1387+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-9.3.4.tgz#a5d7d4a0ea3c318f499ff051d3c835a0d5de8e5e"
1388+
integrity sha512-FxqouQ2UXErwqwU+tWDbMC7HxT8A+AzAaCE723H0SWjOxLPlkChp7P1QOEdOpnA7G/Ss6hl3uS9AWRVypP5kBg==
13891389
dependencies:
13901390
"@react-native-community/cli-clean" "^9.2.1"
13911391
"@react-native-community/cli-config" "^9.2.1"
13921392
"@react-native-community/cli-debugger-ui" "^9.0.0"
13931393
"@react-native-community/cli-doctor" "^9.3.0"
1394-
"@react-native-community/cli-hermes" "^9.3.1"
1394+
"@react-native-community/cli-hermes" "^9.3.4"
13951395
"@react-native-community/cli-plugin-metro" "^9.3.3"
13961396
"@react-native-community/cli-server-api" "^9.2.1"
13971397
"@react-native-community/cli-tools" "^9.2.1"

0 commit comments

Comments
 (0)