mirror of https://github.com/status-im/metro.git
Upgrade to Flow v0.67
Reviewed By: gabelevi Differential Revision: D7208080 fbshipit-source-id: 81380aca39b7a74646a4a44af1e5571bc5629b77
This commit is contained in:
parent
ee497c61b6
commit
ded999bc75
|
@ -19,4 +19,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
||||||
munge_underscores=true
|
munge_underscores=true
|
||||||
|
|
||||||
[version]
|
[version]
|
||||||
^0.66.0
|
^0.67.0
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"eslint-plugin-prettier": "2.6.0",
|
"eslint-plugin-prettier": "2.6.0",
|
||||||
"eslint-plugin-react": "7.6.1",
|
"eslint-plugin-react": "7.6.1",
|
||||||
"eslint-plugin-relay": "0.0.21",
|
"eslint-plugin-relay": "0.0.21",
|
||||||
"flow-bin": "^0.66.0",
|
"flow-bin": "^0.67.1",
|
||||||
"glob": "^7.1.1",
|
"glob": "^7.1.1",
|
||||||
"istanbul-api": "^1.1.0",
|
"istanbul-api": "^1.1.0",
|
||||||
"istanbul-lib-coverage": "^1.0.0",
|
"istanbul-lib-coverage": "^1.0.0",
|
||||||
|
|
|
@ -2621,9 +2621,9 @@ flat-cache@^1.2.1:
|
||||||
graceful-fs "^4.1.2"
|
graceful-fs "^4.1.2"
|
||||||
write "^0.2.1"
|
write "^0.2.1"
|
||||||
|
|
||||||
flow-bin@^0.66.0:
|
flow-bin@^0.67.1:
|
||||||
version "0.66.0"
|
version "0.67.1"
|
||||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
|
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.67.1.tgz#eabb7197cce870ac9442cfd04251c7ddc30377db"
|
||||||
|
|
||||||
for-in@^1.0.1:
|
for-in@^1.0.1:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
|
|
Loading…
Reference in New Issue