From 683bb2a28070a9cd1ec52d660b5034820a8a17bb Mon Sep 17 00:00:00 2001 From: Chris Blappert Date: Tue, 23 Oct 2018 12:06:37 -0700 Subject: [PATCH] Bump flow version (#2615) Summary: Release Notes: None Bump flow version to the most recent. Surprisingly, no flow errors. Pull Request resolved: https://github.com/facebook/prepack/pull/2615 Reviewed By: hermanventer Differential Revision: D10512118 Pulled By: cblappert fbshipit-source-id: 6f5a8555dc7ea46d86bd0411fc03d5a0dac5a5f2 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5fa461170..e1c8388c0 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "eslint-plugin-flowtype": "^2.40.0", "eslint-plugin-header": "^1.0.0", "eslint-plugin-prettier": "^2.1.2", - "flow-bin": "^0.81.0", + "flow-bin": "^0.83.0", "flow-typed": "^2.3.0", "graceful-fs": "^4.1.11", "invariant": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index 4a9623e7a..8e21d1f6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4172,9 +4172,9 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flow-bin@^0.81.0: - version "0.81.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.81.0.tgz#7f0a733dce1dad3cb1447c692639292dc3d60bf5" +flow-bin@^0.83.0: + version "0.83.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.83.0.tgz#fd26f5f95758d7701264b3f9a1e1a3d4cbcab1a9" flow-typed@^2.3.0: version "2.3.0"