From 5f5cb647536b58069c5a887753131de0ab2f8a3e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2020 04:46:49 -0800 Subject: [PATCH] =?UTF-8?q?Update=20flow-bin=20to=20the=20latest=20version?= =?UTF-8?q?=20=EF=BF=BD=20(#763)?= 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.115.0` to `0.117.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:** [mvitousek](https://www.npmjs.com/~mvitousek) **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/763 Reviewed By: passy Differential Revision: D19621269 Pulled By: mweststrate fbshipit-source-id: d213eeda19ba3715471f3843b38a8ae5d7a53713 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index 387bf232c..d8fa72221 100644 --- a/.flowconfig +++ b/.flowconfig @@ -36,4 +36,4 @@ untyped-import untyped-type-import [version] -0.115.0 +0.117.0 diff --git a/package.json b/package.json index 48a42b5ae..31cc8f171 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.16.0", "eslint-plugin-relay": "^1.4.1", - "flow-bin": "0.115.0", + "flow-bin": "0.117.0", "glob": "^7.1.2", "jest": "^24.7.1", "jest-fetch-mock": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index f00d7f2f0..cf4564d9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4201,10 +4201,10 @@ flipper-doctor@^0.7.0: envinfo "^7.4.0" fb-watchman "^2.0.1" -flow-bin@0.115.0: - version "0.115.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.115.0.tgz#22e3ad9e5c7198967de80138ba8a9154ff387960" - integrity sha512-xW+U2SrBaAr0EeLvKmXAmsdnrH6x0Io17P6yRJTNgrrV42G8KXhBAD00s6oGbTTqRyHD0nP47kyuU34zljZpaQ== +flow-bin@0.117.0: + version "0.117.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.117.0.tgz#2fd331f476dac31f7dae6ac9b557581ebc84e8ad" + integrity sha512-LwDdiApyQsO26ubieaLBcW//K8QNcFR50FSUUDo5roy+2nsvkfRdJa0Qse2De6/2fwBElLDDrc3rrSzvC3hy2Q== flow-parser@0.*: version "0.110.0"