From f44d2e4560ce61e8487faa5896e42fb2a10d96f4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 12:17:33 -0800 Subject: [PATCH] @allow-large-files [flipper][PR] Update flow-bin to the latest version (#829) 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.118.0` to `0.119.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:** [jbrown215](https://www.npmjs.com/~jbrown215) **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/829 Reviewed By: nikoant Differential Revision: D20139183 Pulled By: passy fbshipit-source-id: fca3711e4299e02cc138e370ade8376c374a6f40 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index 4f1af4b9d..de1797441 100644 --- a/.flowconfig +++ b/.flowconfig @@ -36,4 +36,4 @@ untyped-import untyped-type-import [version] -0.118.0 +0.119.0 diff --git a/package.json b/package.json index 6462b0e8b..521833ac7 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.16.0", "eslint-plugin-relay": "^1.4.1", - "flow-bin": "0.118.0", + "flow-bin": "0.119.0", "glob": "^7.1.2", "jest": "^24.7.1", "jest-fetch-mock": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index f948ad5f7..f6159bf59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4593,10 +4593,10 @@ flipper-doctor@^0.7.0: envinfo "^7.4.0" fb-watchman "^2.0.1" -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-bin@0.119.0: + version "0.119.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.119.0.tgz#f72523b4843caf7302576f7ad3f63637070b69f1" + integrity sha512-fCVv++rjBsx/q6YVeB3F+A/owztjUO5PyBLwhGZdK5igVmiFQ8RKBTR9T2mb+SQRLZJJhl/xwPLhNzr3dBba6w== flow-parser@0.*: version "0.110.0"