From 10d8c0df291ff5d950bbf0eeaed5984d80b073f3 Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Thu, 17 Oct 2024 00:09:24 -0700 Subject: [PATCH] Deploy 0.249.0 to xplat (#47077) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47077 Changelog: [Internal] Reviewed By: gkz Differential Revision: D64512638 fbshipit-source-id: 6c61e13ef0b02f755a150a4d31312375ca487076 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index 376b90c338f..957cbb08256 100644 --- a/.flowconfig +++ b/.flowconfig @@ -90,4 +90,4 @@ untyped-import untyped-type-import [version] -^0.248.1 +^0.249.0 diff --git a/package.json b/package.json index 8de1d929098..61402e78e7b 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.24.0", - "flow-bin": "^0.248.1", + "flow-bin": "^0.249.0", "glob": "^7.1.1", "hermes-eslint": "0.24.0", "hermes-transform": "0.24.0", diff --git a/yarn.lock b/yarn.lock index 81e9495481f..86b680c0c36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4446,10 +4446,10 @@ flow-api-translator@0.24.0: hermes-transform "0.24.0" typescript "5.3.2" -flow-bin@^0.248.1: - version "0.248.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.248.1.tgz#1d1e78ac8a1b8024dda5582b4832b605a00c16bd" - integrity sha512-WnISMV7p4rRY2LIMGnryR7Pnml9wFs0bTdniI1Dj2dXIJigOGfV74FjhMG7BmZkuKztNxlTvK56zpuhpcne+sg== +flow-bin@^0.249.0: + version "0.249.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.249.0.tgz#74fcdb374ec21e988027579b894fd5e410927c31" + integrity sha512-wBYkZSUZ/r5C/i5W2D62BQVSRHr+XvhkCdzrNtvXGuX6Ee5KCztQ0fZSRpD00PAbPiNyYEIFbLlPOw6V1Oaryg== flow-enums-runtime@^0.0.6: version "0.0.6"