From 2bdcbb1c6b9fae454eca314e86171b72b7aa25fd Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Thu, 5 Sep 2024 00:45:35 -0700 Subject: [PATCH] Deploy 0.245.2 to xplat (#46343) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46343 Changelog: [Internal] Reviewed By: gkz Differential Revision: D62226470 fbshipit-source-id: 58fb884fa9071cb3f6c5d4a046ce0a494297a495 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index 52df715014a..931b2077d03 100644 --- a/.flowconfig +++ b/.flowconfig @@ -90,4 +90,4 @@ untyped-import untyped-type-import [version] -^0.245.1 +^0.245.2 diff --git a/package.json b/package.json index 8d5ba9a2cef..17048a5120b 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", "flow-api-translator": "0.23.1", - "flow-bin": "^0.245.1", + "flow-bin": "^0.245.2", "glob": "^7.1.1", "hermes-eslint": "0.23.1", "hermes-transform": "0.23.1", diff --git a/yarn.lock b/yarn.lock index 4e30951ccae..b1d625bfda7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4757,10 +4757,10 @@ flow-api-translator@0.23.1: hermes-transform "0.23.1" typescript "5.3.2" -flow-bin@^0.245.1: - version "0.245.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.245.1.tgz#8dc4d37e6f49719a980569723b734b799d309d07" - integrity sha512-4ehI1swlyY3nE51RvbTKgQ7+XPI6qW0Do27UoE0MpAy1QK0Qp+au4V4wYhMPMk8KiPRsNVFXSxFnZaeYwD39Rw== +flow-bin@^0.245.2: + version "0.245.2" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.245.2.tgz#ab5cd2115a8b57cc91c0d84add105c7098418f4c" + integrity sha512-1rFzkb7OoknVovimQvB+2Dq2vYP+guqSZAb4Cnnh0YsIdAOU7upCwnLHBOhMSXvEp6+J6tDMe9G8KwTAB8aI/g== flow-enums-runtime@^0.0.6: version "0.0.6"