File tree 4 files changed +10
-7
lines changed
packages/react-dom-bindings/src/client
4 files changed +10
-7
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.188 .0" ,
66
+ "flow-bin" : " ^0.190 .0" ,
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 @@ -91,7 +91,9 @@ const CHILDREN = 'children';
91
91
const STYLE = 'style' ;
92
92
const HTML = '__html' ;
93
93
94
- let warnedUnknownTags ;
94
+ let warnedUnknownTags : {
95
+ [ key : string ] : boolean ,
96
+ } ;
95
97
96
98
let validatePropertiesInDevelopment ;
97
99
let warnForPropDifference ;
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ untyped-type-import=error
43
43
%CI_MAX_WORKERS%
44
44
exact_by_default=true
45
45
munge_underscores=false
46
+ enforce_local_inference_annotations=false
46
47
47
48
# Substituted by createFlowConfig.js:
48
49
%REACT_RENDERER_FLOW_OPTIONS%
49
50
50
51
[version]
51
- ^0.188 .0
52
+ ^0.190 .0
Original file line number Diff line number Diff line change @@ -7912,10 +7912,10 @@ flatted@^2.0.0:
7912
7912
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
7913
7913
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
7914
7914
7915
- flow-bin@^0.188 .0:
7916
- version "0.188.1 "
7917
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.188.1 .tgz#1043ec955eec8cd402ec9fb4c49054bf14368c06 "
7918
- integrity sha512-tQehbFoeXKz/MZqEClBB2ezuT1HHKoBlv6t8mAoUdFk1PaFhqcEmjx+1Bn0xygykrqHy0FY6C3z+AGleOnFbdQ ==
7915
+ flow-bin@^0.190 .0:
7916
+ version "0.190.0 "
7917
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.190.0 .tgz#cfc50e1474facf8150232a6c498fe66a6bb75969 "
7918
+ integrity sha512-Qo3bvN3cmGFXsq63ZxcHFZXQDvgx84fCuq8cXuKk5xbvuebBGwMqS+ku/rH+gEkciRrcTYrXqoSzb9b6ShcoJg ==
7919
7919
7920
7920
7921
7921
version "0.13.0"
You can’t perform that action at this time.
0 commit comments