From 3bed272a620ac806a6142327013265ea8138641a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Sun, 10 Jun 2018 17:43:36 -0700 Subject: [PATCH] Upgrade to Flow v0.74.0 Reviewed By: panagosg7 Differential Revision: D8322344 fbshipit-source-id: 1208528009785f7f797201777287af525d0a9ca1 --- .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 10c13ea400f5ec..32624ea479b9da 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.73.0 +^0.74.0 diff --git a/local-cli/templates/HelloWorld/_flowconfig b/local-cli/templates/HelloWorld/_flowconfig index 49487641bc4147..2f3267d3164c73 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.73.0 +^0.74.0 diff --git a/package.json b/package.json index db192e67092c6f..16554be62ee184 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.73.0", + "flow-bin": "^0.74.0", "jest": "23.1.0", "jest-junit": "4.0.0", "prettier": "1.13.4",