From 8714dbbccdbcc7c0429be3c9a8516111f10f1276 Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Thu, 15 Jun 2023 12:14:29 -0700 Subject: [PATCH] Deploy 0.209.0 to xplat (#37921) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37921 Changelog: [Internal] Reviewed By: pieterv Differential Revision: D46773358 fbshipit-source-id: f934a1c136a570ee9b4e60a214a025fb856aa60c --- .flowconfig | 3 ++- .flowconfig.android | 3 ++- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.flowconfig b/.flowconfig index b3d0e7d79cf27f..f9ab44caa8f632 100644 --- a/.flowconfig +++ b/.flowconfig @@ -31,6 +31,7 @@ packages/react-native/flow/ [options] enums=true +conditional_type=true emoji=true @@ -75,4 +76,4 @@ untyped-import untyped-type-import [version] -^0.208.1 +^0.209.0 diff --git a/.flowconfig.android b/.flowconfig.android index 69e0eb50b66e48..155704621ef37f 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -31,6 +31,7 @@ packages/react-native/flow/ [options] enums=true +conditional_type=true emoji=true @@ -75,4 +76,4 @@ untyped-import untyped-type-import [version] -^0.208.1 +^0.209.0 diff --git a/package.json b/package.json index 53497018976d39..2f86089c27f280 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.208.1", + "flow-bin": "^0.209.0", "hermes-eslint": "0.12.0", "inquirer": "^7.1.0", "jest": "^29.2.1", diff --git a/yarn.lock b/yarn.lock index 91bec52806c02b..42a07e676c5766 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.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-bin@^0.209.0: + version "0.209.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.209.0.tgz#616a002b94ef35e1b083add9a6d27dbe387bf4f0" + integrity sha512-HRc6+bKE8AN23SnuKaxdUjcQcjaIp6pksrGJ6pltFO5tIEvZmPrbT99P7Yb3ybqwcKU/Ry8yfJbuW92Ed2V3nw== flow-enums-runtime@^0.0.6: version "0.0.6"