Deploy 0.210.1 to xplat and set type_guards=true (#38098)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/38098

Changelog: [Internal]

Reviewed By: SamChou19815

Differential Revision: D47065254

fbshipit-source-id: 77c4694d8e1b31ef4dbd60cbf30d8fa1267a2819
This commit is contained in:
Panagiotis Vekris
2023-06-27 15:33:10 -07:00
committed by Facebook GitHub Bot
parent 6fbbe26f5f
commit b9cf5a1c49
4 changed files with 9 additions and 7 deletions
+2 -1
View File
@@ -32,6 +32,7 @@ packages/react-native/flow/
[options]
enums=true
conditional_type=true
type_guards=true
emoji=true
@@ -76,4 +77,4 @@ untyped-import
untyped-type-import
[version]
^0.210.0
^0.210.1
+2 -1
View File
@@ -32,6 +32,7 @@ packages/react-native/flow/
[options]
enums=true
conditional_type=true
type_guards=true
emoji=true
@@ -76,4 +77,4 @@ untyped-import
untyped-type-import
[version]
^0.210.0
^0.210.1
+1 -1
View File
@@ -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.210.0",
"flow-bin": "^0.210.1",
"hermes-eslint": "0.13.0",
"inquirer": "^7.1.0",
"jest": "^29.2.1",
+4 -4
View File
@@ -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.210.0:
version "0.210.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.210.0.tgz#0f5e43e38caa170b36485307cd27280080087eef"
integrity sha512-NULXi8YLhmA5EF2AhvLJ60xvfvKjQYiCKWN6g4YmqK+f6lczlgPjCF1hFO4OgKEPdPaHKHW8FkmOKXGhf82aQg==
flow-bin@^0.210.1:
version "0.210.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.210.1.tgz#6a1bfce86a220eb355c0e4ec8614af7b4404da43"
integrity sha512-7GRivQiVBlDAIb4lGvePYJ7x8AIk/dpFLuZW3PxigcGSXMHVMKUY0qReykES2OK/B16sqJMeDV7OKHmAFut+qQ==
flow-enums-runtime@^0.0.6:
version "0.0.6"