From 442c7c48c87b5ba6c35371c62c87e5511ae336bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 06:39:47 +0000 Subject: [PATCH] Bump prettier from 1.17.0 to 2.2.0 Bumps [prettier](https://github.com/prettier/prettier) from 1.17.0 to 2.2.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.17.0...2.2.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 2a46b19..8ef0d5a 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.0", "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..1ab54b4 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.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.0.tgz#8a03c7777883b29b37fb2c4348c66a78e980418b" + integrity sha512-yYerpkvseM4iKD/BXLYUkQV5aKt4tQPqaGW6EsZjzyu0r7sVZZNPJW4Y8MyKmicp6t42XUPcBVA+H6sB3gqndw== pretty-format@^24.0.0, pretty-format@^24.8.0: version "24.8.0"