diff --git a/.flowconfig b/.flowconfig index e5367e543..0d5766093 100644 --- a/.flowconfig +++ b/.flowconfig @@ -69,4 +69,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.72.0 +^0.73.0 diff --git a/local-cli/templates/HelloWorld/_flowconfig b/local-cli/templates/HelloWorld/_flowconfig index 83ff2c6bd..49487641b 100644 --- a/local-cli/templates/HelloWorld/_flowconfig +++ b/local-cli/templates/HelloWorld/_flowconfig @@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.72.0 +^0.73.0 diff --git a/package.json b/package.json index 7a4741b2e..ce738d019 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "eslint-plugin-prettier": "2.6.0", "eslint-plugin-react": "7.6.1", "eslint-plugin-react-native": "^3.2.1", - "flow-bin": "^0.72.0", + "flow-bin": "^0.73.0", "jest": "23.0.0-charlie.1", "jest-junit": "3.7.0", "prettier": "1.12.1",