From ef8b5ddcbf1459e5b8f94ed609f09f658ba28cff Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Mon, 13 Jul 2026 18:36:53 -0700 Subject: [PATCH] Deploy 0.322.0 to xplat (#57538) Summary: [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Differential Revision: D111826645 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index 832667b526f..defd5fc2357 100644 --- a/.flowconfig +++ b/.flowconfig @@ -89,4 +89,4 @@ untyped-import untyped-type-import [version] -^0.319.0 +^0.322.0 diff --git a/package.json b/package.json index 53e361add70..b073df203c4 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint-plugin-relay": "^1.8.3", "fb-dotslash": "0.5.8", "flow-api-translator": "0.36.1", - "flow-bin": "^0.319.0", + "flow-bin": "^0.322.0", "hermes-eslint": "0.36.1", "hermes-transform": "0.36.1", "ini": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 293089ace77..a0b569fac6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4655,10 +4655,10 @@ flow-api-translator@0.36.1: hermes-transform "0.36.1" typescript "5.3.2" -flow-bin@^0.319.0: - version "0.319.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.319.0.tgz#7ff6c2c531b4d8bd13ec8fecf69e8964f14b6499" - integrity sha512-cl14ZCtILLYmrSW60hoSNfChiA5Og0xacKhqTiSDfSnhJd0P7jLip8IziGE7bOnOi5JIGo+tOlniibkXmckb/w== +flow-bin@^0.322.0: + version "0.322.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.322.0.tgz#b396ad85819af86d9ec8db841d4e1305c2089aa1" + integrity sha512-epxfCrmoA2LXi9NjrTT9GbDXuLxDlMDfHsrFKbHuM5Aug7HTe33/8yvurHK+m4CPzCesRF6ycGx3R2xJl0YMAA== flow-enums-runtime@^0.0.6: version "0.0.6"