From ccf5dfbe3f3fa24d798d809655f26a889744133f Mon Sep 17 00:00:00 2001 From: Mayank Patke Date: Tue, 7 Aug 2018 15:56:04 -0700 Subject: [PATCH] v0.78 in fbsource Summary: The controller you requested could not be found. Reviewed By: pakoito Differential Revision: D9174188 fbshipit-source-id: 4ec9ef5b6f802964a83b6bc0bd29db7f47b37c21 --- .flowconfig | 2 +- local-cli/templates/HelloWorld/_flowconfig | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.flowconfig b/.flowconfig index 78e4e1976b..9f76ca3985 100644 --- a/.flowconfig +++ b/.flowconfig @@ -100,4 +100,4 @@ untyped-import untyped-type-import [version] -^0.77.0 +^0.78.0 diff --git a/local-cli/templates/HelloWorld/_flowconfig b/local-cli/templates/HelloWorld/_flowconfig index 5e726a323d..1043c82d70 100644 --- a/local-cli/templates/HelloWorld/_flowconfig +++ b/local-cli/templates/HelloWorld/_flowconfig @@ -67,4 +67,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.77.0 +^0.78.0 diff --git a/package.json b/package.json index 223d4e2b13..45bfb48860 100644 --- a/package.json +++ b/package.json @@ -215,7 +215,7 @@ "eslint-plugin-prettier": "2.6.0", "eslint-plugin-react": "7.8.2", "eslint-plugin-react-native": "^3.2.1", - "flow-bin": "^0.77.0", + "flow-bin": "^0.78.0", "jest": "23.4.1", "jest-junit": "5.1.0", "prettier": "1.13.6",