Skip to content

Commit 8714dbb

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Deploy 0.209.0 to xplat (#37921)
Summary: Pull Request resolved: #37921 Changelog: [Internal] Reviewed By: pieterv Differential Revision: D46773358 fbshipit-source-id: f934a1c136a570ee9b4e60a214a025fb856aa60c
1 parent 24f7707 commit 8714dbb

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.flowconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ packages/react-native/flow/
3131

3232
[options]
3333
enums=true
34+
conditional_type=true
3435

3536
emoji=true
3637

@@ -75,4 +76,4 @@ untyped-import
7576
untyped-type-import
7677

7778
[version]
78-
^0.208.1
79+
^0.209.0

.flowconfig.android

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ packages/react-native/flow/
3131

3232
[options]
3333
enums=true
34+
conditional_type=true
3435

3536
emoji=true
3637

@@ -75,4 +76,4 @@ untyped-import
7576
untyped-type-import
7677

7778
[version]
78-
^0.208.1
79+
^0.209.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-plugin-react-native": "^4.0.0",
7979
"eslint-plugin-redundant-undefined": "^0.4.0",
8080
"eslint-plugin-relay": "^1.8.3",
81-
"flow-bin": "^0.208.1",
81+
"flow-bin": "^0.209.0",
8282
"hermes-eslint": "0.12.0",
8383
"inquirer": "^7.1.0",
8484
"jest": "^29.2.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4925,10 +4925,10 @@ flatted@^3.1.0:
49254925
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
49264926
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
49274927

4928-
flow-bin@^0.208.1:
4929-
version "0.208.1"
4930-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.208.1.tgz#98390cc968980988d9c7ddbcf7233b53baa0b616"
4931-
integrity sha512-sr+gCnYg5UC/lbrCj/qO2GDSGzV75HDl8drEHX/Dpjr5gS+NYoFQ1r9C9ESAeYpakmiot/HPdKYOjCFtqUcsQA==
4928+
flow-bin@^0.209.0:
4929+
version "0.209.0"
4930+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.209.0.tgz#616a002b94ef35e1b083add9a6d27dbe387bf4f0"
4931+
integrity sha512-HRc6+bKE8AN23SnuKaxdUjcQcjaIp6pksrGJ6pltFO5tIEvZmPrbT99P7Yb3ybqwcKU/Ry8yfJbuW92Ed2V3nw==
49324932

49334933
flow-enums-runtime@^0.0.6:
49344934
version "0.0.6"

0 commit comments

Comments
 (0)