From e64756ae5bb5c0607a4d97a134620fafcb132b3b Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Mon, 24 Jul 2023 20:15:05 -0700 Subject: [PATCH] Deploy 0.213.1 to xplat (#38605) Summary: X-link: https://github.com/facebook/relay/pull/4391 Pull Request resolved: https://github.com/facebook/react-native/pull/38605 Changelog: [Internal] Reviewed By: samwgoldman Differential Revision: D47744471 fbshipit-source-id: 8e2e2e55610020cc6b85cd73d0221bf23c4b7c3b --- .flowconfig | 6 ++---- .flowconfig.android | 6 ++---- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.flowconfig b/.flowconfig index f3bbba98a36397..58386d6a6f22ff 100644 --- a/.flowconfig +++ b/.flowconfig @@ -30,10 +30,8 @@ packages/react-native/interface.js packages/react-native/flow/ [options] +experimental.global_find_ref=true enums=true -conditional_type=true -mapped_type=true -type_guards=true emoji=true @@ -78,4 +76,4 @@ untyped-import untyped-type-import [version] -^0.213.0 +^0.213.1 diff --git a/.flowconfig.android b/.flowconfig.android index df2e5a77f53c4b..05ba551b980f23 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -30,10 +30,8 @@ packages/react-native/interface.js packages/react-native/flow/ [options] +experimental.global_find_ref=true enums=true -conditional_type=true -mapped_type=true -type_guards=true emoji=true @@ -78,4 +76,4 @@ untyped-import untyped-type-import [version] -^0.213.0 +^0.213.1 diff --git a/package.json b/package.json index c90bd729b0e0fb..329f754b4d76be 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", - "flow-bin": "^0.213.0", + "flow-bin": "^0.213.1", "hermes-eslint": "0.14.0", "inquirer": "^7.1.0", "jest": "^29.2.1", diff --git a/yarn.lock b/yarn.lock index 12ab7cbb9010ee..0938fb02b9f2a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4931,10 +4931,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.213.0: - version "0.213.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.0.tgz#02a85537cce3ea1f61bff77e7995a49a1db2e963" - integrity sha512-adGcPA3jiz3l0MM4zHVxVUgatvYsDowjT7cje7AvY38z/M0HO2YKcGLRp2xeqbigCgaqXEV6V3/1TaRDVjR++A== +flow-bin@^0.213.1: + version "0.213.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.1.tgz#194a3b17aa19d6fb8319bc5e067b8fdd93cc0449" + integrity sha512-ptyG+RmHbWx9KEElAdxdLOrZ/qKc3m/aIB6VG0ExH7BEuJ2ruK5rdUfzuC329b9QFtbawjpW2jLGeiFHBdmBvQ== flow-enums-runtime@^0.0.6: version "0.0.6"