From 586c0e381c94e30d6fd86652ac11062b42e54905 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 04:15:37 +0000 Subject: [PATCH] Bump prettier from 1.19.1 to 2.3.0 Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.3.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.3.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..1d49004a 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.3.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..9e66ef8e 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.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18" + integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w== pretty-bytes@^4.0.2: version "4.0.2"