From cb7cd89a105f39d24fc1db52844837cf8a508f49 Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Mon, 25 Nov 2024 16:06:09 -0800 Subject: [PATCH] Deploy 0.255.0 to xplat (#47941) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47941 Changelog: [Internal] Reviewed By: pieterv Differential Revision: D66477998 fbshipit-source-id: f4d1dbe506d6c42751fade897637031f0a43aa29 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index 019f78fa7b3..71762529038 100644 --- a/.flowconfig +++ b/.flowconfig @@ -95,4 +95,4 @@ untyped-import untyped-type-import [version] -^0.254.2 +^0.255.0 diff --git a/package.json b/package.json index d474a1a70ac..99299cbc545 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", "flow-api-translator": "0.25.1", - "flow-bin": "^0.254.2", + "flow-bin": "^0.255.0", "glob": "^7.1.1", "hermes-eslint": "0.25.1", "hermes-transform": "0.25.1", diff --git a/yarn.lock b/yarn.lock index 7ac564fdd3a..e424b377d27 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.254.2: - version "0.254.2" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.254.2.tgz#eedacf079864c57f7f7fb1b4d055c0b47f328db5" - integrity sha512-+dnSUPUSt2KepiGWelhWSgFE2XjTS3V+h5RTFRGx/QIS0kYlfINlI6bcG3/J3+oauIaJsT7//Niqe6EhJX2nQQ== +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-enums-runtime@^0.0.6: version "0.0.6"