From 8cb56a7740074c33816a8e476c6d78be617ac66d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 05:17:33 -0700 Subject: [PATCH] =?UTF-8?q?Update=20flow-bin=20to=20the=20latest=20version?= =?UTF-8?q?=20=EF=BF=BD=20(#602)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.110.0` to `0.110.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- **Publisher:** [gabelevi](https://www.npmjs.com/~gabelevi) **License:** MIT [Find out more about this release](https://github.com/flowtype/flow-bin). ---
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/602 Reviewed By: jknoxville Differential Revision: D18169249 Pulled By: passy fbshipit-source-id: bdffb1c439dbe3daf2120bf77027209080fb6213 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index a1733a47d..cd1497a7d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -34,4 +34,4 @@ untyped-import untyped-type-import [version] -0.110.0 +0.110.1 diff --git a/package.json b/package.json index 342430302..b33025fc3 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-react": "^7.16.0", "eslint-plugin-relay": "^1.3.12", - "flow-bin": "0.110.0", + "flow-bin": "0.110.1", "glob": "^7.1.2", "jest": "^24.7.1", "jest-fetch-mock": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 38d004073..9fb795cfb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3850,10 +3850,10 @@ flatted@^2.0.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08" integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg== -flow-bin@0.110.0: - version "0.110.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.110.0.tgz#c6c140e239f662839d8f61b64b7b911f12d3306c" - integrity sha512-mmdEPEMoTuX+mguy/tjRlOlCtPfVdXZQeMgCAsEDVDgWMA5vwWhM2y653OcJiKX38t4gtZ2e/MNVo0qzyYeZDQ== +flow-bin@0.110.1: + version "0.110.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.110.1.tgz#24ac70bf0871a5d6bc181ba99801ded4d5e3b442" + integrity sha512-6FhvNKNvPQ523mx7sqNxTQvI/HgAWa/pbIsQuCst53qRqs387EFfYqgm4I3Zae5HLaVFacBwgWKmjKd92vf19w== flow-parser@0.*: version "0.110.0"