From ecc2910b26bbba81b227e846bac2f487b8a3bcac Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Wed, 7 Aug 2024 18:28:27 -0700 Subject: [PATCH] Deploy 0.243.0 to xplat (#45937) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45937 Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D60935044 fbshipit-source-id: 898ccfa0fd9dbd0551bbc9afe46a7ac322191351 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index da8b42f9829..0cdeb7d2aaa 100644 --- a/.flowconfig +++ b/.flowconfig @@ -91,4 +91,4 @@ untyped-import untyped-type-import [version] -^0.242.0 +^0.243.0 diff --git a/package.json b/package.json index 04ee8e1d533..7dff8648bba 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", "flow-api-translator": "0.23.1", - "flow-bin": "^0.242.0", + "flow-bin": "^0.243.0", "glob": "^7.1.1", "hermes-eslint": "0.23.1", "hermes-transform": "0.23.1", diff --git a/yarn.lock b/yarn.lock index eb630db3eb9..4d035165aff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4752,10 +4752,10 @@ flow-api-translator@0.23.1: hermes-transform "0.23.1" typescript "5.3.2" -flow-bin@^0.242.0: - version "0.242.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.242.1.tgz#e8fb8c51d4870080ab3837ca87f983017e31d7c7" - integrity sha512-XVTRMnpie9dwK0Ounf0gj8LiLrEgmiQGUUEfKrS8c3KID3fBbct31KKS7fTbZJaY0VdEUs7k06ipWY5H97Igcw== +flow-bin@^0.243.0: + version "0.243.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.243.0.tgz#f7d00b84bbcb16e23261031c15f955c76992970a" + integrity sha512-4OyCAkI26Bm8wGd1eNt+EBkHYAGB5PsGnykxLB0y7wK8wPitQi6pi3HsoNlk3yM6gyJsDqkRJrlkpnBB6WDgjQ== flow-enums-runtime@^0.0.6: version "0.0.6"