Skip to content

Commit 7f7fe4e

Browse files
SamChou19815billnbell3
authored andcommitted
Deploy 0.213.1 to xplat (facebook#38605)
Summary: X-link: facebook/relay#4391 Pull Request resolved: facebook#38605 Changelog: [Internal] Reviewed By: samwgoldman Differential Revision: D47744471 fbshipit-source-id: 8e2e2e55610020cc6b85cd73d0221bf23c4b7c3b
1 parent ae15688 commit 7f7fe4e

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

.flowconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ packages/react-native/interface.js
3030
packages/react-native/flow/
3131

3232
[options]
33+
experimental.global_find_ref=true
3334
enums=true
34-
conditional_type=true
35-
mapped_type=true
36-
type_guards=true
3735

3836
emoji=true
3937

@@ -78,4 +76,4 @@ untyped-import
7876
untyped-type-import
7977

8078
[version]
81-
^0.213.0
79+
^0.213.1

.flowconfig.android

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ packages/react-native/interface.js
3030
packages/react-native/flow/
3131

3232
[options]
33+
experimental.global_find_ref=true
3334
enums=true
34-
conditional_type=true
35-
mapped_type=true
36-
type_guards=true
3735

3836
emoji=true
3937

@@ -78,4 +76,4 @@ untyped-import
7876
untyped-type-import
7977

8078
[version]
81-
^0.213.0
79+
^0.213.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-plugin-react-native": "^4.0.0",
7878
"eslint-plugin-redundant-undefined": "^0.4.0",
7979
"eslint-plugin-relay": "^1.8.3",
80-
"flow-bin": "^0.213.0",
80+
"flow-bin": "^0.213.1",
8181
"hermes-eslint": "0.14.0",
8282
"inquirer": "^7.1.0",
8383
"jest": "^29.2.1",

yarn.lock

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

4934-
flow-bin@^0.213.0:
4935-
version "0.213.0"
4936-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.0.tgz#02a85537cce3ea1f61bff77e7995a49a1db2e963"
4937-
integrity sha512-adGcPA3jiz3l0MM4zHVxVUgatvYsDowjT7cje7AvY38z/M0HO2YKcGLRp2xeqbigCgaqXEV6V3/1TaRDVjR++A==
4934+
flow-bin@^0.213.1:
4935+
version "0.213.1"
4936+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.1.tgz#194a3b17aa19d6fb8319bc5e067b8fdd93cc0449"
4937+
integrity sha512-ptyG+RmHbWx9KEElAdxdLOrZ/qKc3m/aIB6VG0ExH7BEuJ2ruK5rdUfzuC329b9QFtbawjpW2jLGeiFHBdmBvQ==
49384938

49394939
flow-enums-runtime@^0.0.6:
49404940
version "0.0.6"

0 commit comments

Comments
 (0)