diff --git a/.flowconfig b/.flowconfig index ac9133e36d65e9..e70c184db7c04c 100644 --- a/.flowconfig +++ b/.flowconfig @@ -100,4 +100,4 @@ untyped-import untyped-type-import [version] -^0.91.0 +^0.92.0 diff --git a/package.json b/package.json index 477e566158f4cc..234d5e7216b25c 100644 --- a/package.json +++ b/package.json @@ -226,7 +226,7 @@ "eslint-plugin-prettier": "2.6.0", "eslint-plugin-react": "7.8.2", "eslint-plugin-react-native": "3.5.0", - "flow-bin": "^0.91.0", + "flow-bin": "^0.92.0", "jest": "24.0.0-alpha.6", "jest-junit": "5.2.0", "jscodeshift": "^0.6.2", diff --git a/template/_flowconfig b/template/_flowconfig index 07ae14f57241c2..47d80d95414d61 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -66,4 +66,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.91.0 +^0.92.0 diff --git a/yarn.lock b/yarn.lock index d6aa40353ba730..155523dc713b4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3145,10 +3145,10 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flow-bin@^0.91.0: - version "0.91.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.91.0.tgz#f5c89729f74b2ccbd47df6fbfadbdcc89cc1e478" - integrity sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ== +flow-bin@^0.92.0: + version "0.92.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.92.0.tgz#f5bf3e808b17b480e067ac673829ca715a168bea" + integrity sha512-3ErXSAXZZlLV5/QPlaUDCWlDUXop1SiH32ifXL3SEiBwsmGbudCLim+HFVZfkegrn1nB4TcNSkMWtW8SnMPyAQ== flow-parser@0.*: version "0.89.0"