From 648f68266f58ea2caf15dd137c541bbf20e5ac26 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 05:55:14 +0000 Subject: [PATCH] Bump prettier from 1.17.0 to 2.2.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.17.0 to 2.2.1. - [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.17.0...2.2.1) 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 2a46b19..60e20b2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "jest": "^24.7.1", "jest-dom": "^3.1.3", "parcel-bundler": "^1.12.3", - "prettier": "^1.17.0", + "prettier": "^2.2.1", "rimraf": "^2.6.3", "ts-jest": "^24.0.2", "ts-node-dev": "^1.0.0-pre.40", diff --git a/yarn.lock b/yarn.lock index 8790737..4f968b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6610,10 +6610,10 @@ prelude-ls@~1.1.2: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= -prettier@^1.17.0: - version "1.17.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.17.0.tgz#53b303676eed22cc14a9f0cec09b477b3026c008" - integrity sha512-sXe5lSt2WQlCbydGETgfm1YBShgOX4HxQkFPvbxkcwgDvGDeqVau8h+12+lmSVlP3rHPz0oavfddSZg/q+Szjw== +prettier@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" + integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== pretty-format@^24.0.0, pretty-format@^24.8.0: version "24.8.0"