From bd4ddbe5e5ed0c905c3be7e77971433d526caa37 Mon Sep 17 00:00:00 2001 From: Pieter Vanderwerff Date: Tue, 19 Dec 2023 14:40:47 -0800 Subject: [PATCH] Deploy 0.225.0 to xplat (#42004) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42004 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D52305312 fbshipit-source-id: b18045c450dc3204b08452ede17b76d1a43cce50 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index bce25675c71..0e4da88fe85 100644 --- a/.flowconfig +++ b/.flowconfig @@ -85,4 +85,4 @@ untyped-import untyped-type-import [version] -^0.224.0 +^0.225.0 diff --git a/package.json b/package.json index b53ce49cb54..e5adc7de9de 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.224.0", + "flow-bin": "^0.225.0", "glob": "^7.1.1", "hermes-eslint": "0.18.0", "inquirer": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index 2d75bc8ed09..6c091389f68 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.224.0: - version "0.224.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.224.0.tgz#99454c9a37d2c531e831fa1261ad3e38f24edaf1" - integrity sha512-dsfQCDzOzNL/6bSQMGSSjTUNU7jpniZzmHQRt1rjD7AROthtXdqAkWQ00Xoifn42xeMaO/YkjlOvjpDA4F5Igw== +flow-bin@^0.225.0: + version "0.225.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.225.0.tgz#780d035f48ec306c5e311db3b8979849bac2509c" + integrity sha512-JwdUIuHtIsmbdiXPPYvbei2y0Q3q4hh6Bifwp/RiMFTryKkvs0WYkNO1Nl0A3TfObcsa13XpcwCCkhJ7Dv8B/w== flow-enums-runtime@^0.0.6: version "0.0.6"