From cade2f6a5e232a240aac71171cc4b48b086ea271 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 25 Dec 2021 10:29:56 +0100 Subject: [PATCH] Feature/upgrade prettier to version 2.5.1 (#575) * Upgrade prettier from version 2.3.2 to 2.5.1 * Update changelog --- CHANGELOG.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 630f115e4..5d85a369c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Increased the historical data chart of the _Fear & Greed Index_ (market mood) to 30 days - Made the import functionality for transactions by `csv` files more flexible +- Upgraded `prettier` from version `2.3.2` to `2.5.1` ## 1.93.0 - 21.12.2021 diff --git a/package.json b/package.json index effb2e3f8..32275c818 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "import-sort-style-module": "6.0.0", "jest": "27.2.3", "jest-preset-angular": "11.0.0", - "prettier": "2.3.2", + "prettier": "2.5.1", "replace-in-file": "6.2.0", "rimraf": "3.0.2", "ts-jest": "27.0.5", diff --git a/yarn.lock b/yarn.lock index 0d5194c38..814aabc90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14380,10 +14380,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@2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d" - integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ== +prettier@2.5.1: + version "2.5.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a" + integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg== prettier@^2.2.1: version "2.4.1"