From 9c25626c5276e58565a4e565c41cdb1ee24a5166 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 17:07:51 +0000 Subject: [PATCH] Bump prettier from 1.18.2 to 2.2.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.18.2 to 2.2.1. - [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.18.2...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 225f6e1..8ad71d0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "memfs": "^2.15.0", "nock": "^13.0.11", "npm-run-all": "^4.1.5", - "prettier": "1.18.2", + "prettier": "2.2.1", "rimraf": "^3.0.0", "ts-jest": "^24.0.0", "tslint": "^5.15.0", diff --git a/yarn.lock b/yarn.lock index d11369d..b8877e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5274,10 +5274,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.18.2: - version "1.18.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea" - integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw== +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.9.0: version "24.9.0"