From 09451ae17c1f3d5b05b7216690be225eb7187bec Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Mon, 4 Dec 2023 23:04:11 -0800 Subject: [PATCH] Deploy 0.223.3 to xplat (#41797) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41797 Changelog: [Internal] Reviewed By: gkz Differential Revision: D51839509 fbshipit-source-id: 961fc4e8fc0f7a45c3882753301d027f319b9ea6 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index b8d51bd16b7..f9957d45944 100644 --- a/.flowconfig +++ b/.flowconfig @@ -82,4 +82,4 @@ untyped-import untyped-type-import [version] -^0.223.2 +^0.223.3 diff --git a/package.json b/package.json index c2814a09a87..2214e22d6f1 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", "flow-api-translator": "0.18.0", - "flow-bin": "^0.223.2", + "flow-bin": "^0.223.3", "glob": "^7.1.1", "hermes-eslint": "0.18.0", "inquirer": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index 7c325ff3988..ff636df9ef3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5156,10 +5156,10 @@ flow-api-translator@0.18.0: hermes-parser "0.18.0" hermes-transform "0.18.0" -flow-bin@^0.223.2: - version "0.223.2" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.223.2.tgz#2c39f40c4a821bdeac7d340eda61738f0c142706" - integrity sha512-wqNNzsVdgS/6sC/anloAzEiWGHEYBcANftU7rrDNRyTI9plBAYAu8xVZ/5RtymRuO2GvYWO1DR8hfEunAhdvWA== +flow-bin@^0.223.3: + version "0.223.3" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.223.3.tgz#351cfce2c685ec92769fcbc0bb906497c7ddc061" + integrity sha512-20jLm49wN6Gfcs+MI/coAeeXK8/Sbb3eSfyEY4KjlusRotLYaYB6Tg1ngh2sCtpbO598oAEawrKDZr0u6jKakQ== flow-enums-runtime@^0.0.6: version "0.0.6"