Skip to content

Commit 090a018

Browse files
authored
chore: address Android build issues (#863)
A recent publishing mistake is breaking all Android build regardless of React Native version. This patch release works around the issue. For more details, see facebook/react-native#35210.
1 parent 0b28f31 commit 090a018

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

yarn.lock

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9590,10 +9590,10 @@ promise@^7.1.1:
95909590
dependencies:
95919591
asap "~2.0.3"
95929592

9593-
promise@^8.0.3:
9594-
version "8.1.0"
9595-
resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e"
9596-
integrity sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==
9593+
promise@^8.0.3, promise@^8.2.0:
9594+
version "8.3.0"
9595+
resolved "https://registry.yarnpkg.com/promise/-/promise-8.3.0.tgz#8cb333d1edeb61ef23869fbb8a4ea0279ab60e0a"
9596+
integrity sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==
95979597
dependencies:
95989598
asap "~2.0.6"
95999599

@@ -9797,6 +9797,16 @@ react-native-codegen@^0.0.17:
97979797
jscodeshift "^0.13.1"
97989798
nullthrows "^1.1.1"
97999799

9800+
react-native-codegen@^0.0.18:
9801+
version "0.0.18"
9802+
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.18.tgz#99d6623d65292e8ce3fdb1d133a358caaa2145e7"
9803+
integrity sha512-XPI9aVsFy3dvgDZvyGWrFnknNiyb22kg5nHgxa0vjWTH9ENLBgVRZt9A64xHZ8BYihH+gl0p/1JNOCIEUzRPBg==
9804+
dependencies:
9805+
"@babel/parser" "^7.14.0"
9806+
flow-parser "^0.121.0"
9807+
jscodeshift "^0.13.1"
9808+
nullthrows "^1.1.1"
9809+
98009810
react-native-gradle-plugin@^0.0.5:
98019811
version "0.0.5"
98029812
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.5.tgz#1f20d437b140eda65b6e3bdf6eb102bbab1a5a10"
@@ -9917,9 +9927,9 @@ react-native-windows@^0.68.0:
99179927
ws "^6.1.4"
99189928

99199929
react-native@^0.68.0:
9920-
version "0.68.3"
9921-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.68.3.tgz#07ac7374acde9bc5e80f9e473e03d6b730528f1c"
9922-
integrity sha512-LPgLQ4e96NWCrJPKlXzKfvlg1ddhfUplsEg00/cfBIMFZPJn2inzo9Rym8I/JYjmRORe4GjGY8kOem72hPm0Lw==
9930+
version "0.68.5"
9931+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.68.5.tgz#8ba7389e00b757c59b6ea23bf38303d52367d155"
9932+
integrity sha512-t3kiQ/gumFV+0r/NRSIGtYxanjY4da0utFqHgkMcRPJVwXFWC0Fr8YiOeRGYO1dp8EfrSsOjtfWic/inqVYlbQ==
99239933
dependencies:
99249934
"@jest/create-cache-key-function" "^27.0.1"
99259935
"@react-native-community/cli" "^7.0.3"
@@ -9941,9 +9951,9 @@ react-native@^0.68.0:
99419951
metro-source-map "0.67.0"
99429952
nullthrows "^1.1.1"
99439953
pretty-format "^26.5.2"
9944-
promise "^8.0.3"
9954+
promise "^8.2.0"
99459955
react-devtools-core "^4.23.0"
9946-
react-native-codegen "^0.0.17"
9956+
react-native-codegen "^0.0.18"
99479957
react-native-gradle-plugin "^0.0.6"
99489958
react-refresh "^0.4.0"
99499959
react-shallow-renderer "16.14.1"

0 commit comments

Comments
 (0)