From 1b152f6ecada320602b45ea435f57e9ffc112932 Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Fri, 12 Apr 2024 17:25:25 -0700 Subject: [PATCH] Deploy v0.233.0 to xplat (#44062) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44062 Changelog: [Internal] Reviewed By: pieterv Differential Revision: D55773070 fbshipit-source-id: 685e290e27c9ea22d925fe6f8fbfaa30d0af3bb4 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index ba648b035fc3a6..7da9eba7ea46c9 100644 --- a/.flowconfig +++ b/.flowconfig @@ -85,4 +85,4 @@ untyped-import untyped-type-import [version] -^0.232.0 +^0.233.0 diff --git a/package.json b/package.json index e97575080b8f78..8e57fbaf8ac2a5 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", "flow-api-translator": "0.20.1", - "flow-bin": "^0.232.0", + "flow-bin": "^0.233.0", "glob": "^7.1.1", "hermes-eslint": "0.20.1", "hermes-transform": "0.20.1", diff --git a/yarn.lock b/yarn.lock index 5721a7f1222ae3..94e7dcfc9aaf9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5219,10 +5219,10 @@ flow-api-translator@0.20.1: hermes-parser "0.20.1" hermes-transform "0.20.1" -flow-bin@^0.232.0: - version "0.232.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.232.0.tgz#80587406cbb3a74577151ad27c6058b2a468c215" - integrity sha512-7uOycTN+Ys2nYRJRig5S2yN41ZokW7bC4K1GC4nCDa/3FAZLP5/mQbee6UjxFBP9MC4yUYi17bdFTFzCH8bHeg== +flow-bin@^0.233.0: + version "0.233.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.233.0.tgz#e31951c81d3ec590e1cbfd96e540f6dd2459554c" + integrity sha512-BInTgW8v6xdWzVcItgKKUYCacheMw78Xrrn0Ziii5lN+vf/RKmvVX9mFHuOSN1zawZuq7GpqmT6oIS/oQuOAQg== flow-enums-runtime@^0.0.6: version "0.0.6"