diff --git a/.flowconfig b/.flowconfig index da1658dc3ee871..4fe110f9f71d27 100644 --- a/.flowconfig +++ b/.flowconfig @@ -85,4 +85,4 @@ untyped-import untyped-type-import [version] -^0.113.0 +^0.114.0 diff --git a/.flowconfig.android b/.flowconfig.android index e16c4d51ca81b7..f93639fd8d0917 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -85,4 +85,4 @@ untyped-import untyped-type-import [version] -^0.113.0 +^0.114.0 diff --git a/package.json b/package.json index 8607ff1f16a12b..10807ff13317b3 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-react-native": "3.8.1", "eslint-plugin-relay": "1.4.1", - "flow-bin": "^0.113.0", + "flow-bin": "^0.114.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 fa231efb55081e..953364fb659229 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.113.0 +^0.114.0 diff --git a/yarn.lock b/yarn.lock index 170c46b2649ec4..b95364d9d8e0fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3382,10 +3382,10 @@ flat-cache@^1.2.1: rimraf "~2.6.2" write "^0.2.1" -flow-bin@^0.113.0: - version "0.113.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.113.0.tgz#6457d250dbc6f71ca51e75f00a96d23cde5d987a" - integrity sha512-76uE2LGNe50wm+Jup8Np4FBcMbyy5V2iE+K25PPIYLaEMGHrL1jnQfP9L0hTzA5oh2ZJlexRLMlaPqIYIKH9nw== +flow-bin@^0.114.0: + version "0.114.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.114.0.tgz#9079c5fcdf08fab4db91616f38994e9b7d035842" + integrity sha512-hewufX0nbnhemQn5XtJ97nEFNqoBclPBAZ54aY3jKuZJnLpwqB7Doaplet3M26TOh2NchBsU0+lUkM8oVna2VA== flow-parser@0.*: version "0.89.0"