This commit is contained in:
Nicolas Gallagher
2019-07-01 14:41:18 -07:00
parent ad674e4b4f
commit c4a2a6d4a3
3 changed files with 11 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
[version]
^0.95.1
^0.98.0
[ignore]
<PROJECT_ROOT>/.*/__tests__/.*
@@ -14,3 +14,8 @@
<PROJECT_ROOT>/types
[options]
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FlowFixMeProps
suppress_type=$FlowFixMeState

View File

@@ -47,7 +47,7 @@
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.95.1",
"flow-bin": "0.98.0",
"glob": "^7.1.2",
"husky": "^0.14.3",
"inline-style-prefixer": "^5.0.3",

View File

@@ -4797,10 +4797,10 @@ flatten@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
flow-bin@^0.95.1:
version "0.95.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.95.1.tgz#633113831ccff4b7ee70a2730f63fc43b69ba85f"
integrity sha512-06IOC/pqPMNRYtC6AMZEWYR9Fi6UdBC7gImGinPuNUpPZFnP5E9/0cBCl3DWrH4zz/gSM2HdDilU7vPGpYIr2w==
flow-bin@0.98.0:
version "0.98.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.98.0.tgz#3361a03682326a83a5f0a864749f4f7f0d826bce"
integrity sha512-vuiYjBVt82eYF+dEk9Zqa8hTSDvbhl/czxzFRLZm9/XHbJnYNMTwFoNFYAQT9IQ6ACNBIbwSTIfxroieuKja7g==
flush-write-stream@^1.0.0:
version "1.0.3"