From 80cabcb2894b081923c5e012666b8970df6776f1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 20:26:44 +0000 Subject: [PATCH] Bump prettier from 1.19.1 to 2.0.0 Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.0.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ddb9023e..e0f6a8b3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "less": "3.11.1", "lint-staged": "10.0.7", "main-bower-files": "2.13.3", - "prettier": "1.19.1", + "prettier": "2.0.0", "require-dir": "1.2.0", "uglify-es": "3.3.9", "uglify-js": "3.7.5", diff --git a/yarn.lock b/yarn.lock index d1251a1a..2a0d79d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5801,10 +5801,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@1.19.1: - version "1.19.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" - integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== +prettier@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.0.tgz#9c8fdba0aeae3faf0d9d9391623ac4f9321a4455" + integrity sha512-vI55PC+GFLOVtpwr2di1mYhJF36v+kztJov8sx3AmqbfdA+2Dhozxb+3e1hTgoV9lyhnVJFF3Z8GCVeMBOS1bA== pretty-bytes@^4.0.2: version "4.0.2"