From 1807ba6f31cd8344ff0917927bc13f9f74fe503a Mon Sep 17 00:00:00 2001 From: Sam Goldman Date: Wed, 14 Jun 2023 17:00:12 -0700 Subject: [PATCH] Deploy Flow v0.208.1 to fbsource (#37892) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37892 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D46734451 fbshipit-source-id: 7c50c95782bc34e7f43f916fbba75fb0e5f2d09d --- .flowconfig | 2 +- .flowconfig.android | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.flowconfig b/.flowconfig index d313861fc74..b3d0e7d79cf 100644 --- a/.flowconfig +++ b/.flowconfig @@ -75,4 +75,4 @@ untyped-import untyped-type-import [version] -^0.207.0 +^0.208.1 diff --git a/.flowconfig.android b/.flowconfig.android index 543e30dc603..69e0eb50b66 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -75,4 +75,4 @@ untyped-import untyped-type-import [version] -^0.207.0 +^0.208.1 diff --git a/package.json b/package.json index 40ccb1a12ca..5f6c53b8444 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", - "flow-bin": "^0.207.0", + "flow-bin": "^0.208.1", "hermes-eslint": "0.12.0", "inquirer": "^7.1.0", "jest": "^29.2.1", diff --git a/yarn.lock b/yarn.lock index a969b06ec24..91d2aeb3bf9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4925,10 +4925,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.207.0: - version "0.207.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.207.0.tgz#71c6a21214c57f3e36e03b32033dd0358452499b" - integrity sha512-jAet+lhdrvpk4kjonZ6r/v09rkyaPQX+E5gio+HesEBvsOsCWfnuadBRQZihTM4+szjJPWEkITfrCurI/aCqEQ== +flow-bin@^0.208.1: + version "0.208.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.208.1.tgz#98390cc968980988d9c7ddbcf7233b53baa0b616" + integrity sha512-sr+gCnYg5UC/lbrCj/qO2GDSGzV75HDl8drEHX/Dpjr5gS+NYoFQ1r9C9ESAeYpakmiot/HPdKYOjCFtqUcsQA== flow-enums-runtime@^0.0.6: version "0.0.6"