From cb6f300ed18298d1dc9f927ef729607f29fed0c6 Mon Sep 17 00:00:00 2001 From: cpojer Date: Tue, 11 Apr 2017 18:22:31 +0100 Subject: [PATCH] Update flow. --- .flowconfig | 1 + package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.flowconfig b/.flowconfig index d7278cb4..5bca751f 100644 --- a/.flowconfig +++ b/.flowconfig @@ -10,3 +10,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError unsafe.enable_getters_and_setters=true +munge_underscores=true diff --git a/package.json b/package.json index 87d2ea7a..12009dcc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint-plugin-babel": "^4.0.0", "eslint-plugin-flowtype": "^2.28.2", "eslint-plugin-react": "^6.10.0", - "flow-bin": "^0.40.0", + "flow-bin": "^0.43.1", "glob": "^7.1.1", "istanbul-api": "^1.1.0", "istanbul-lib-coverage": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index b1e8fa2a..7a24eaea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1397,9 +1397,9 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flow-bin@^0.40.0: - version "0.40.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.40.0.tgz#e10d60846d923124e47f548f16ba60fd8baff5a5" +flow-bin@^0.43.1: + version "0.43.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.43.1.tgz#0733958b448fb8ad4b1576add7e87c31794c81bc" for-in@^1.0.1: version "1.0.1"