diff --git a/.flowconfig b/.flowconfig index ceccd7f8439c2a..f99611e83eba1f 100644 --- a/.flowconfig +++ b/.flowconfig @@ -84,4 +84,4 @@ untyped-import untyped-type-import [version] -^0.117.0 +^0.118.0 diff --git a/.flowconfig.android b/.flowconfig.android index aaab847c693b3d..1b4039c6824b73 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -84,4 +84,4 @@ untyped-import untyped-type-import [version] -^0.117.0 +^0.118.0 diff --git a/package.json b/package.json index bce58dfe8dc56c..c9a72d15d72547 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-react-native": "3.8.1", "eslint-plugin-relay": "1.4.1", - "flow-bin": "^0.117.0", + "flow-bin": "^0.118.0", "flow-remove-types": "1.2.3", "jest": "^24.9.0", "jest-junit": "^6.3.0", diff --git a/template/_flowconfig b/template/_flowconfig index e84d919a645bf8..eea826fe71d713 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -70,4 +70,4 @@ untyped-import untyped-type-import [version] -^0.117.0 +^0.118.0 diff --git a/yarn.lock b/yarn.lock index 82df20f865ea66..954a2d855ee380 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3502,10 +3502,10 @@ flat-cache@^1.2.1: rimraf "~2.6.2" write "^0.2.1" -flow-bin@^0.117.0: - version "0.117.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.117.0.tgz#2fd331f476dac31f7dae6ac9b557581ebc84e8ad" - integrity sha512-LwDdiApyQsO26ubieaLBcW//K8QNcFR50FSUUDo5roy+2nsvkfRdJa0Qse2De6/2fwBElLDDrc3rrSzvC3hy2Q== +flow-bin@^0.118.0: + version "0.118.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.118.0.tgz#fb706364a58c682d67a2ca7df39396467dc397d1" + integrity sha512-jlbUu0XkbpXeXhan5xyTqVK1jmEKNxE8hpzznI3TThHTr76GiFwK0iRzhDo4KNy+S9h/KxHaqVhTP86vA6wHCg== flow-parser@0.*: version "0.89.0"