From 8aeba2a3b88abcdbdc1b747ea75f90b03de88e35 Mon Sep 17 00:00:00 2001 From: "Alex Taylor (alta)" Date: Tue, 10 Dec 2024 01:47:05 -0800 Subject: [PATCH] Deploy 0.256.0 to xplat (#48190) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48190 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D66979174 fbshipit-source-id: d94e8c42edd225fe367aac75e55d2c1d054acc07 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index b5d5226d79c..699c6e7fd03 100644 --- a/.flowconfig +++ b/.flowconfig @@ -96,4 +96,4 @@ untyped-import untyped-type-import [version] -^0.255.0 +^0.256.0 diff --git a/package.json b/package.json index 93048ff6537..20220b50dbc 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.25.1", - "flow-bin": "^0.255.0", + "flow-bin": "^0.256.0", "glob": "^7.1.1", "hermes-eslint": "0.25.1", "hermes-transform": "0.25.1", diff --git a/yarn.lock b/yarn.lock index ec697d9e392..eeda02cd43e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4465,10 +4465,10 @@ flow-api-translator@0.25.1: hermes-transform "0.25.1" typescript "5.3.2" -flow-bin@^0.255.0: - version "0.255.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.255.0.tgz#b6770284a89f3b39ea39ad6222de02136e262445" - integrity sha512-UT1kfKTJ5xS6c7sBjiLSuO4SXf4YsatNKm9VCZIeoEY5TRXwg8F17Gu41iqVLAo19/ufqzQVz+/Nj0oWi24kFA== +flow-bin@^0.256.0: + version "0.256.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.256.0.tgz#0cddc3b665b8e9cae34eb5896c8429d0f2961fdf" + integrity sha512-ujKn6fRfx9SujbqBLhT/lxFsXRsRDgrot2UuNhw4Z5W3QlVn4teV+7rBhs87FVHSnRvZeFAMKHHYYahWYw5W4w== flow-enums-runtime@^0.0.6: version "0.0.6"