From adabae2c0b222e23c0bcd2aec68a252e396a09c5 Mon Sep 17 00:00:00 2001 From: Nat Mote Date: Fri, 9 Mar 2018 20:23:05 -0800 Subject: [PATCH] Upgrade to Flow v0.67 Reviewed By: gabelevi Differential Revision: D7208080 fbshipit-source-id: 81380aca39b7a74646a4a44af1e5571bc5629b77 --- .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 b7aa19446..361d475f2 100644 --- a/.flowconfig +++ b/.flowconfig @@ -52,4 +52,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.66.0 +^0.67.0 diff --git a/local-cli/templates/HelloWorld/_flowconfig b/local-cli/templates/HelloWorld/_flowconfig index 080b459b2..7d5e2d336 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.66.0 +^0.67.0 diff --git a/package.json b/package.json index 0931374a4..33f5268f1 100644 --- a/package.json +++ b/package.json @@ -215,7 +215,7 @@ "eslint-plugin-jest": "21.8.0", "eslint-plugin-prettier": "2.6.0", "eslint-plugin-react": "7.6.1", - "flow-bin": "^0.66.0", + "flow-bin": "^0.67.1", "jest": "22.4.2", "jest-junit": "3.6.0", "prettier": "1.9.1",