From fb3257cd2c2c429632a73c8acadd0bef864d1989 Mon Sep 17 00:00:00 2001 From: Lee Byron Date: Tue, 20 Feb 2018 22:44:46 -0500 Subject: [PATCH] Update iterall and flow v0.66 (#1254) Fixes for latest version of flow. Closes #1253 --- .flowconfig | 2 +- package.json | 4 ++-- yarn.lock | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.flowconfig b/.flowconfig index 075c8dc21d..740d1d1524 100644 --- a/.flowconfig +++ b/.flowconfig @@ -11,4 +11,4 @@ [options] [version] -^0.65.0 +^0.66.0 diff --git a/package.json b/package.json index e7adbe6c6c..07d75b5ff2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "gitpublish": ". ./resources/gitpublish.sh" }, "dependencies": { - "iterall": "^1.2.0" + "iterall": "^1.2.1" }, "devDependencies": { "babel-cli": "6.26.0", @@ -64,7 +64,7 @@ "eslint-plugin-babel": "4.1.2", "eslint-plugin-flowtype": "2.42.0", "eslint-plugin-prettier": "2.6.0", - "flow-bin": "0.65.0", + "flow-bin": "0.66.0", "isparta": "4.0.0", "mocha": "5.0.0", "prettier": "1.10.2", diff --git a/yarn.lock b/yarn.lock index c1258f3c65..0b9a5a91b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1398,9 +1398,9 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flow-bin@0.65.0: - version "0.65.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.65.0.tgz#64ffeca27211c786e2d68508c65686ba1b8a2169" +flow-bin@0.66.0: + version "0.66.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26" for-in@^1.0.1: version "1.0.2" @@ -1862,9 +1862,9 @@ istanbul@^0.4.0: which "^1.1.1" wordwrap "^1.0.0" -iterall@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2" +iterall@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.1.tgz#59a347ae8001d2d4bc546b8487ca755d61849965" jest-docblock@^21.0.0: version "21.2.0"