Commit aba22ad 1 parent a8fabc8 commit aba22ad Copy full SHA for aba22ad
File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
19
19
munge_underscores=true
20
20
21
21
[version]
22
- ^0.82 .0
22
+ ^0.83 .0
Original file line number Diff line number Diff line change 30
30
"eslint-plugin-prettier" : " 2.6.0" ,
31
31
"eslint-plugin-react" : " 7.6.1" ,
32
32
"eslint-plugin-relay" : " 0.0.23" ,
33
- "flow-bin" : " ^0.82 .0" ,
33
+ "flow-bin" : " ^0.83 .0" ,
34
34
"glob" : " ^7.1.1" ,
35
35
"istanbul-api" : " ^1.1.0" ,
36
36
"istanbul-lib-coverage" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ exports.runServer = async (
118
118
let initializeVisualizerMiddleware ;
119
119
try {
120
120
// eslint-disable-next-line import/no-extraneous-dependencies
121
- // $FlowExpectedError
122
121
( { initializeVisualizerMiddleware} = require ( 'metro-visualizer' ) ) ;
123
122
} catch ( e ) {
124
123
console . warn (
Original file line number Diff line number Diff line change @@ -3569,10 +3569,10 @@ flat-cache@^1.2.1:
3569
3569
graceful-fs "^4.1.2"
3570
3570
write "^0.2.1"
3571
3571
3572
- flow-bin@^0.82 .0 :
3573
- version "0.82 .0"
3574
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.82 .0.tgz#fbec84c0d6cab7877565eca8214d655f3aefb8db "
3575
- integrity sha512-D7ViTCVJSVv19CB6dFWS9k2iKQlavtkRXn9el0ofVTTpGuybe+EPE8DZwdyohzEt6wRhHV8gwkteWvxdcVuOzg ==
3572
+ flow-bin@^0.83 .0 :
3573
+ version "0.83 .0"
3574
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.83 .0.tgz#fd26f5f95758d7701264b3f9a1e1a3d4cbcab1a9 "
3575
+ integrity sha512-1K83EL/U9Gh0BaXPKkZe6TRizSmNSKx9Wuws1c8gh7DJEwiburtCxYT+4o7in1+GnNEm3CZWnbnVV8n9HMpiDA ==
3576
3576
3577
3577
for-in@^1.0.1, for-in@^1.0.2 :
3578
3578
version "1.0.2"
You can’t perform that action at this time.
0 commit comments