From a91a75f47da27ea7893eb7aba382da710d22e552 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 09:34:39 -0700 Subject: [PATCH] =?UTF-8?q?Update=20prettier=20in=20group=20doctor=20to=20?= =?UTF-8?q?the=20latest=20version=20=EF=BF=BD=20(#916)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: *** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeeper.io) *** ## The devDependency [prettier](https://github.com/prettier/prettier) was updated from `1.19.1` to `2.0.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:** [thorn0](https://www.npmjs.com/~thorn0) **License:** MIT [Find out more about this release](https://github.com/prettier/prettier). ---
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/916 Reviewed By: jknoxville Differential Revision: D20594930 Pulled By: passy fbshipit-source-id: 5c5eb01c79c184e6ed61dab6a701bddf97e773aa --- desktop/doctor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index 300512352..1b3f95e9b 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -18,7 +18,7 @@ "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-react": "^7.16.0", "jest": "^24.9.0", - "prettier": "^1.19.1", + "prettier": "^2.0.0", "ts-jest": "^24.1.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.7.2"