File tree Expand file tree Collapse file tree 7 files changed +11
-12
lines changed
ReactCommon/hermes/inspector/tools/msggen/src Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -85,4 +85,4 @@ untyped-import
85
85
untyped-type-import
86
86
87
87
[version]
88
- ^0.122 .0
88
+ ^0.123 .0
Original file line number Diff line number Diff line change @@ -85,4 +85,4 @@ untyped-import
85
85
untyped-type-import
86
86
87
87
[version]
88
- ^0.122 .0
88
+ ^0.123 .0
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ function getConstants(): Object {
32
32
return NativeUIManagerConstants ;
33
33
}
34
34
35
+ /* $FlowFixMe(>=0.123.0 site=react_native_fb) This comment suppresses an error
36
+ * found when Flow v0.123.0 was deployed. To see the error, delete this comment
37
+ * and run Flow. */
35
38
const UIManagerJS = {
36
- /* $FlowFixMe(>=0.111.0 site=react_native_fb) This comment suppresses an
37
- * error found when Flow v0.111 was deployed. To see the error, delete this
38
- * comment and run Flow. */
39
39
...NativeUIManager ,
40
40
getConstants ( ) : Object {
41
41
return getConstants ( ) ;
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import {ImplementationWriter} from './ImplementationWriter';
26
26
// $FlowFixMe: this isn't a module, just a JSON file.
27
27
const standard = require ( 'devtools-protocol/json/js_protocol.json' ) ;
28
28
29
- // $FlowFixMe: this isn't a module, also just a JSON file.
30
29
const custom = require ( '../src/custom.json' ) ;
31
30
32
31
type Descriptor = { |
Original file line number Diff line number Diff line change 138
138
"eslint-plugin-react-hooks" : " ^3.0.0" ,
139
139
"eslint-plugin-react-native" : " 3.8.1" ,
140
140
"eslint-plugin-relay" : " 1.7.0" ,
141
- "flow-bin" : " ^0.122 .0" ,
141
+ "flow-bin" : " ^0.123 .0" ,
142
142
"flow-remove-types" : " 1.2.3" ,
143
143
"jest" : " ^25.4.0" ,
144
144
"jest-junit" : " ^10.0.0" ,
Original file line number Diff line number Diff line change @@ -70,4 +70,4 @@ untyped-import
70
70
untyped-type-import
71
71
72
72
[version]
73
- ^0.122 .0
73
+ ^0.123 .0
Original file line number Diff line number Diff line change @@ -3544,10 +3544,10 @@ flat-cache@^1.2.1:
3544
3544
rimraf "~2.6.2"
3545
3545
write "^0.2.1"
3546
3546
3547
- flow-bin@^0.122 .0 :
3548
- version "0.122 .0"
3549
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.122 .0.tgz#c723a2b33b1a70bd10204704ae1dc776d5d89d79 "
3550
- integrity sha512-my8N5jgl/A+UVby9E7NDppHdhLgRbWgKbmFZSx2MSYMRh3d9YGnM2MM+wexpUpl0ftY1IM6ZcUwaAhrypLyvlA ==
3547
+ flow-bin@^0.123 .0 :
3548
+ version "0.123 .0"
3549
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.123 .0.tgz#7ba61a0b8775928cf4943ccf78eed2b1b05f7b3a "
3550
+ integrity sha512-Ylcf8YDIM/KrqtxkPuq+f8O+6sdYA2Nuz5f+sWHlp539DatZz3YMcsO1EiXaf1C11HJgpT/3YGYe7xZ9/UZmvQ ==
3551
3551
3552
3552
flow-parser@0.* :
3553
3553
version "0.89.0"
You can’t perform that action at this time.
0 commit comments