diff --git a/.flowconfig b/.flowconfig index bc96c23a0a0..0756ce9cfad 100644 --- a/.flowconfig +++ b/.flowconfig @@ -97,4 +97,4 @@ untyped-import untyped-type-import [version] -^0.90.0 +^0.91.0 diff --git a/.flowconfig.android b/.flowconfig.android index 89d4f249410..3094478b3c1 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -97,4 +97,4 @@ untyped-import untyped-type-import [version] -^0.90.0 +^0.91.0 diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index bf189f0a42b..1f9527b2bdb 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -403,8 +403,8 @@ export type Props = $ReadOnly<{| * - `false`, deprecated, use 'never' instead * - `true`, deprecated, use 'always' instead */ - /* $FlowFixMe(>=0.89.0 site=react_native_fb) This comment suppresses an error - * found when Flow v0.89 was deployed. To see the error, delete this comment + /* $FlowFixMe(>=0.91.0 site=react_native_fb) This comment suppresses an error + * found when Flow v0.91 was deployed. To see the error, delete this comment * and run Flow. */ keyboardShouldPersistTaps?: ?('always' | 'never' | 'handled' | false | true), /** diff --git a/package.json b/package.json index 174372f80a8..39c380864ff 100644 --- a/package.json +++ b/package.json @@ -228,7 +228,7 @@ "eslint-plugin-prettier": "2.6.0", "eslint-plugin-react": "7.8.2", "eslint-plugin-react-native": "3.5.0", - "flow-bin": "^0.90.0", + "flow-bin": "^0.91.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 fa9e3ba4fe7..07ae14f5724 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -66,4 +66,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.90.0 +^0.91.0 diff --git a/yarn.lock b/yarn.lock index c7d4586f732..0d3ec0644bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3267,10 +3267,10 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flow-bin@^0.90.0: - version "0.90.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.90.0.tgz#733b6d29a8c8a22b9a5d273611d9a8402faf3445" - integrity sha512-/syDchjhLLL7nELK1ggyWJifGXuMCTz74kvkjR1t9DcmasMrilLl9qAAotsACcNb98etEEJpsCrvP7WL64kadw== +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-parser@0.*: version "0.89.0"