File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
packages/react-native-renderer/src Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 63
63
"eslint-plugin-react-internal" : " link:./scripts/eslint-rules" ,
64
64
"fbjs-scripts" : " 1.2.0" ,
65
65
"filesize" : " ^6.0.1" ,
66
- "flow-bin" : " ^0.122 " ,
66
+ "flow-bin" : " ^0.127 " ,
67
67
"glob" : " ^7.1.6" ,
68
68
"glob-stream" : " ^6.1.0" ,
69
69
"google-closure-compiler" : " ^20200517.0.0" ,
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ function findHostInstance_DEPRECATED<TElementType: ElementType>(
97
97
return ( hostInstance : any ) . canonical ;
98
98
}
99
99
// $FlowFixMe[incompatible-return]
100
+ // $FlowFixMe[incompatible-exact]
100
101
return hostInstance;
101
102
}
102
103
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ function findHostInstance_DEPRECATED(
96
96
return ( hostInstance : any ) . canonical ;
97
97
}
98
98
// $FlowFixMe[incompatible-return]
99
+ // $FlowFixMe[incompatible-exact]
99
100
return hostInstance ;
100
101
}
101
102
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ munge_underscores=false
50
50
%REACT_RENDERER_FLOW_OPTIONS%
51
51
52
52
[version]
53
- ^0.122 .0
53
+ ^0.127 .0
Original file line number Diff line number Diff line change @@ -7913,10 +7913,10 @@ flatted@^2.0.0:
7913
7913
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
7914
7914
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
7915
7915
7916
- flow-bin@^0.122 :
7917
- version "0.122 .0"
7918
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.122 .0.tgz#c723a2b33b1a70bd10204704ae1dc776d5d89d79 "
7919
- integrity sha512-my8N5jgl/A+UVby9E7NDppHdhLgRbWgKbmFZSx2MSYMRh3d9YGnM2MM+wexpUpl0ftY1IM6ZcUwaAhrypLyvlA ==
7916
+ flow-bin@^0.127 :
7917
+ version "0.127 .0"
7918
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.127 .0.tgz#0614cff4c1b783beef1feeb7108d536e09d77632 "
7919
+ integrity sha512-ywvCCdV4NJWzrqjFrMU5tAiVGyBiXjsJQ1+/kj8thXyX15V17x8BFvNwoAH97NrUU8T1HzmFBjLzWc0l2319qg ==
7920
7920
7921
7921
7922
7922
version "0.13.0"
You can’t perform that action at this time.
0 commit comments