Skip to content

Commit aba22ad

Browse files
mrochfacebook-github-bot
authored andcommitted
@allow-large-files [flow] update to v0.83
Reviewed By: fishythefish Differential Revision: D10362346 fbshipit-source-id: 0f4cc9977cfaa947e3b23112dd1cf482642e2319
1 parent a8fabc8 commit aba22ad

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
1919
munge_underscores=true
2020

2121
[version]
22-
^0.82.0
22+
^0.83.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-prettier": "2.6.0",
3131
"eslint-plugin-react": "7.6.1",
3232
"eslint-plugin-relay": "0.0.23",
33-
"flow-bin": "^0.82.0",
33+
"flow-bin": "^0.83.0",
3434
"glob": "^7.1.1",
3535
"istanbul-api": "^1.1.0",
3636
"istanbul-lib-coverage": "^1.0.0",

packages/metro/src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ exports.runServer = async (
118118
let initializeVisualizerMiddleware;
119119
try {
120120
// eslint-disable-next-line import/no-extraneous-dependencies
121-
// $FlowExpectedError
122121
({initializeVisualizerMiddleware} = require('metro-visualizer'));
123122
} catch (e) {
124123
console.warn(

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3569,10 +3569,10 @@ flat-cache@^1.2.1:
35693569
graceful-fs "^4.1.2"
35703570
write "^0.2.1"
35713571

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==
35763576

35773577
for-in@^1.0.1, for-in@^1.0.2:
35783578
version "1.0.2"

0 commit comments

Comments
 (0)