From 018b074ec382af2f9f8a55137fdfc293e4b8f4ce Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 08:58:14 -0800 Subject: [PATCH] =?UTF-8?q?Update=20flow-bin=20to=20the=20latest=20version?= =?UTF-8?q?=20=EF=BF=BD=20(#780)?= 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.117.0` to `0.118.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:** [samwgoldman](https://www.npmjs.com/~samwgoldman) **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/780 Reviewed By: jknoxville Differential Revision: D19813983 Pulled By: passy fbshipit-source-id: 34265730b8d5ae48568f92421344835b557660fd --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index d8fa72221..4f1af4b9d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -36,4 +36,4 @@ untyped-import untyped-type-import [version] -0.117.0 +0.118.0 diff --git a/package.json b/package.json index 1a4c796df..3fdde9934 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.16.0", "eslint-plugin-relay": "^1.4.1", - "flow-bin": "0.117.0", + "flow-bin": "0.118.0", "glob": "^7.1.2", "jest": "^24.7.1", "jest-fetch-mock": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index c26652ee5..3d95ed274 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4408,10 +4408,10 @@ flipper-doctor@^0.7.0: envinfo "^7.4.0" fb-watchman "^2.0.1" -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-bin@0.118.0: + version "0.118.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.118.0.tgz#fb706364a58c682d67a2ca7df39396467dc397d1" + integrity sha512-jlbUu0XkbpXeXhan5xyTqVK1jmEKNxE8hpzznI3TThHTr76GiFwK0iRzhDo4KNy+S9h/KxHaqVhTP86vA6wHCg== flow-parser@0.*: version "0.110.0"