From a8b2ba78473493fbbcb0ade8eb9b62fd142a1bb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 05:11:00 +0000 Subject: [PATCH] build(deps-dev): pin `prettier` to v2.5.1 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2240920..58fa338 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "husky": "^7.0.4", "inquirer": "^8.2.0", "lint-staged": "^12.1.2", - "prettier": "^2.5.1", + "prettier": "2.5.1", "semantic-release": "^18.0.1", "ts-node": "^10.4.0", "typescript": "^4.5.4" diff --git a/yarn.lock b/yarn.lock index 8833d1d..d4723b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4760,7 +4760,7 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.5.1: +prettier@2.5.1: version "2.5.1" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a" integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==