File tree Expand file tree Collapse file tree 3 files changed +20
-21
lines changed Expand file tree Collapse file tree 3 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 65
65
"eslint-plugin-react-internal" : " link:./scripts/eslint-rules" ,
66
66
"fbjs-scripts" : " ^3.0.1" ,
67
67
"filesize" : " ^6.0.1" ,
68
- "flow-bin" : " ^0.201 .0" ,
69
- "flow-remove-types" : " ^2.201 .0" ,
68
+ "flow-bin" : " ^0.202 .0" ,
69
+ "flow-remove-types" : " ^2.202 .0" ,
70
70
"glob" : " ^7.1.6" ,
71
71
"glob-stream" : " ^6.1.0" ,
72
72
"google-closure-compiler" : " ^20230206.0.0" ,
Original file line number Diff line number Diff line change @@ -36,12 +36,11 @@ untyped-type-import=error
36
36
37
37
[options]
38
38
%CI_MAX_WORKERS%
39
- exact_by_default=true
40
39
munge_underscores=false
41
- inference_mode=experimental. lti
40
+ inference_mode=lti
42
41
43
42
# Substituted by createFlowConfig.js:
44
43
%REACT_RENDERER_FLOW_OPTIONS%
45
44
46
45
[version]
47
- ^0.201 .0
46
+ ^0.202 .0
Original file line number Diff line number Diff line change @@ -8157,22 +8157,22 @@ flatted@^3.1.0:
8157
8157
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
8158
8158
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
8159
8159
8160
- flow-bin@^0.201 .0:
8161
- version "0.201 .0"
8162
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.201 .0.tgz#bc8d7c3687526313d7a24dd920873a0273148d81 "
8163
- integrity sha512-fqx6CMOhX9Xm4mN+tq/c7sqcm8aHFV1ipbLz2ZCzoNcPuUNZPoSVYm4p0qZqH0HyzMMEP1OWlU7dIkuSJ02cpg ==
8164
-
8165
- flow-parser@^0.201 .0:
8166
- version "0.201 .0"
8167
- resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.201 .0.tgz#d2005d4dae6fddf60d30f9ae0fb49a13c9c51cfe "
8168
- integrity sha512-G4oeDNpNGyIrweF9EnoHatncAihMT0tQgV6NMdyM5I7fhrz9Pr13PJ2KLQ673O4wj9KooTdBpeeYHdDNAQoyyw ==
8169
-
8170
- flow-remove-types@^2.201 .0:
8171
- version "2.201 .0"
8172
- resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.201 .0.tgz#d02d8a3ff3cb17d23da35c9786b02cdccc0ef9b8 "
8173
- integrity sha512-EaS6Q0ApEjFdwD/JtBC1Hm+0j6mMsHeV5FR6MP+UI1RdTeNMdadMITt0Vb3XPBANLXZufaNzs6EMwpGNPzwwoA ==
8174
- dependencies:
8175
- flow-parser "^0.201 .0"
8160
+ flow-bin@^0.202 .0:
8161
+ version "0.202 .0"
8162
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.202 .0.tgz#1e2eb221252c2ab55c997e5eb921902f3181cc4e "
8163
+ integrity sha512-Yz+yNapJMWWV6Z6pZnBR+naMhFbFJbmMS8ZBQCFUHRqN1TTw7uwitYxRj8DyzLyTpcPReSAjWbWawWPsXJot3w ==
8164
+
8165
+ flow-parser@^0.202 .0:
8166
+ version "0.202 .0"
8167
+ resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.202 .0.tgz#534178266d3ceec5368415e59990db97eece5bd0 "
8168
+ integrity sha512-ZiXxSIXK3zPmY3zrzCofFonM2T+/3Jz5QZKJyPVtUERQEJUnYkXBQ+0H3FzyqiyJs+VXqb/UNU6/K6sziVYdxw ==
8169
+
8170
+ flow-remove-types@^2.202 .0:
8171
+ version "2.202 .0"
8172
+ resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.202 .0.tgz#0718ce34169148b5e61d25658f531e4236d00a62 "
8173
+ integrity sha512-G6shwCpTpZWSU0HtRLmE+S6zyD1otzKXo5D0jZ92OpfNHgSYIohfUSM+njYK8d2O841AIhq8H0mMYWgc/j5ySw ==
8174
+ dependencies:
8175
+ flow-parser "^0.202 .0"
8176
8176
pirates "^3.0.2"
8177
8177
vlq "^0.2.1"
8178
8178
You can’t perform that action at this time.
0 commit comments