From 35287545498d6cc9da4697f0305da9f6c2c05b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 12:08:40 +0100 Subject: [PATCH] Bump prettier from 2.1.2 to 2.2.1 (#63) Bumps "Prettier" [1] from 2.1.2 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/2.1.2...2.2.1 [1]: https://prettier.io Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1da3317..c50f999 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "husky": "^4.3.0", "lint-staged": "^10.5.1", "npm-run-all": "^4.1.5", - "prettier": "^2.1.2", + "prettier": "^2.2.1", "remark-cli": "^8.0.1", "remark-preset-lint-arcticicestudio": ">=0.3.0 <1.0.0" } diff --git a/yarn.lock b/yarn.lock index 106009f..3806cef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1185,10 +1185,10 @@ plur@^3.0.0: dependencies: irregular-plurals "^2.0.0" -prettier@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5" - integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg== +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== pump@^3.0.0: version "3.0.0"