From a22d2937d4ef87b4be1378746ffc47ee3d4e2f4e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 04:43:49 -0700 Subject: [PATCH] =?UTF-8?q?Update=20flow-bin=20to=20the=20latest=20version?= =?UTF-8?q?=20=EF=BF=BD=20(#597)?= 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.109.0` to `0.110.0`. 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/597 Reviewed By: jknoxville Differential Revision: D18058618 Pulled By: passy fbshipit-source-id: 725a80e04df811a7e2d6ed7161cf8a940002694c --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index 574fb6e58..a1733a47d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -34,4 +34,4 @@ untyped-import untyped-type-import [version] -0.109.0 +0.110.0 diff --git a/package.json b/package.json index 625d8e62c..70b52ad20 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.109.0", + "flow-bin": "0.110.0", "glob": "^7.1.2", "jest": "^24.7.1", "jest-fetch-mock": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index cf5350800..237eab1db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4207,10 +4207,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.109.0: - version "0.109.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.109.0.tgz#dcdcb7402dd85b58200392d8716ccf14e5a8c24c" - integrity sha512-tpcMTpAGIRivYhFV3KJq+zHI2HzcXo8MoGe9pXS4G/UZuey2Faq/e8/gdph2WF0erRlML5hmwfwiq7v9c25c7w== +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-parser@0.*: version "0.104.0"