From 191c3deae2c3ae754feb86ebf4b8fad2be4465bc Mon Sep 17 00:00:00 2001 From: "Alex Taylor (alta)" Date: Wed, 18 Oct 2023 13:43:26 -0700 Subject: [PATCH] Deploy 0.219.0 to xplat (#41066) Summary: X-link: https://github.com/facebook/metro/pull/1119 X-link: https://github.com/facebook/relay/pull/4490 Pull Request resolved: https://github.com/facebook/react-native/pull/41066 X-link: https://github.com/facebook/hermes/pull/1163 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D50413448 fbshipit-source-id: f77f8a1907e9a2589993cdc0f9b2838c6d0355a5 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index afae777b88..ca4f980f6b 100644 --- a/.flowconfig +++ b/.flowconfig @@ -77,4 +77,4 @@ untyped-import untyped-type-import [version] -^0.218.0 +^0.219.0 diff --git a/package.json b/package.json index 25c2ecacde..b11df61b43 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.16.0", - "flow-bin": "^0.218.0", + "flow-bin": "^0.219.0", "glob": "^7.1.1", "hermes-eslint": "0.16.0", "inquirer": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index 0f32986c3a..a4e2a9222f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5143,10 +5143,10 @@ flow-api-translator@0.16.0: hermes-parser "0.16.0" hermes-transform "0.16.0" -flow-bin@^0.218.0: - version "0.218.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.218.0.tgz#f91acd8a31d472cd8568442819d925c0881081f7" - integrity sha512-u4E0+AIoKKMSuv09Co2mNiQB2DqCcakWtMAPbMkVvvTTNoBSo+gYKrYKoRrmb0QqhdyHy1mRXQXjESW8Lml/MA== +flow-bin@^0.219.0: + version "0.219.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.219.0.tgz#193ae6551e4eccad7435b2ec0cfa455a40f38889" + integrity sha512-nX1hLdYI+mRaO5hG4acjwMni9K3KqQzt3v0pDPHKGu1lEvxEPbL3GxruFbaq8dhKR3Ntk13ptsf2krYubZ1nCw== flow-enums-runtime@^0.0.6: version "0.0.6"