diff --git a/.flowconfig b/.flowconfig index ea1254de4d6b28..0cac4b51657b4e 100644 --- a/.flowconfig +++ b/.flowconfig @@ -50,4 +50,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError unsafe.enable_getters_and_setters=true [version] -^0.60.0 +^0.61.0 diff --git a/local-cli/templates/HelloWorld/_flowconfig b/local-cli/templates/HelloWorld/_flowconfig index a03374e913a94f..c3c02e7d8aa406 100644 --- a/local-cli/templates/HelloWorld/_flowconfig +++ b/local-cli/templates/HelloWorld/_flowconfig @@ -49,4 +49,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError unsafe.enable_getters_and_setters=true [version] -^0.60.0 +^0.61.0 diff --git a/package.json b/package.json index 75f4ae5653b900..38c46372e239a3 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "eslint-plugin-flowtype": "^2.33.0", "eslint-plugin-prettier": "2.1.1", "eslint-plugin-react": "^7.2.1", - "flow-bin": "^0.60.1", + "flow-bin": "^0.61.0", "jest": "21.3.0-beta.13", "prettier": "1.9.1", "react": "16.2.0", @@ -214,4 +214,4 @@ "shelljs": "^0.7.8", "sinon": "^2.2.0" } -} \ No newline at end of file +}