diff --git a/.flowconfig b/.flowconfig index 0d01401ad09..81af08eeb53 100644 --- a/.flowconfig +++ b/.flowconfig @@ -23,6 +23,9 @@ [include] +[declarations] +.*/node_modules/.* + [libs] interface.js flow/ @@ -79,4 +82,4 @@ untyped-import untyped-type-import [version] -^0.108.0 +^0.109.0 diff --git a/.flowconfig.android b/.flowconfig.android index 84e07c6bf04..01295976cd4 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -23,6 +23,9 @@ [include] +[declarations] +.*/node_modules/.* + [libs] interface.js flow/ @@ -79,4 +82,4 @@ untyped-import untyped-type-import [version] -^0.108.0 +^0.109.0 diff --git a/package.json b/package.json index 01ef3210d31..314a47b7ceb 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-react-native": "3.6.0", "eslint-plugin-relay": "1.3.12", - "flow-bin": "^0.108.0", + "flow-bin": "^0.109.0", "flow-remove-types": "1.2.3", "jest": "^24.8.0", "jest-junit": "^6.3.0", diff --git a/template/_flowconfig b/template/_flowconfig index e8be69643e9..2155b36a54a 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.108.0 +^0.109.0 diff --git a/yarn.lock b/yarn.lock index 2aa45d13019..722094d43ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3188,10 +3188,10 @@ flat-cache@^1.2.1: rimraf "~2.6.2" write "^0.2.1" -flow-bin@^0.108.0: - version "0.108.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.108.0.tgz#6a42c85fd664d23dd937d925851e8e6ab5d71393" - integrity sha512-hPEyCP1J8rdhNDfCAA5w7bN6HUNBDcHVg/ABU5JVo0gUFMx+uRewpyEH8LlLBGjVQuIpbaPpaqpoaQhAVyaYww== +flow-bin@^0.109.0: + version "0.109.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.109.0.tgz#dcdcb7402dd85b58200392d8716ccf14e5a8c24c" + integrity sha512-tpcMTpAGIRivYhFV3KJq+zHI2HzcXo8MoGe9pXS4G/UZuey2Faq/e8/gdph2WF0erRlML5hmwfwiq7v9c25c7w== flow-parser@0.*: version "0.89.0"