diff --git a/.flowconfig b/.flowconfig index 78fb45fa536aa4..a2afa6b9319997 100644 --- a/.flowconfig +++ b/.flowconfig @@ -97,4 +97,4 @@ untyped-import untyped-type-import [version] -^0.74.0 +^0.75.0 diff --git a/local-cli/templates/HelloWorld/_flowconfig b/local-cli/templates/HelloWorld/_flowconfig index f99d3024b4676b..3c0adb56630031 100644 --- a/local-cli/templates/HelloWorld/_flowconfig +++ b/local-cli/templates/HelloWorld/_flowconfig @@ -64,4 +64,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.74.0 +^0.75.0 diff --git a/package.json b/package.json index 6a2f4a2432239f..c8be7a8d0b37cb 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "eslint-plugin-prettier": "2.6.0", "eslint-plugin-react": "7.8.2", "eslint-plugin-react-native": "^3.2.1", - "flow-bin": "^0.74.0", + "flow-bin": "^0.75.0", "jest": "23.1.0", "jest-junit": "4.0.0", "prettier": "1.13.4",