From c346108268d803420ca42b3c83d05e7cd680806d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 00:29:32 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6ca2bd5..4b2dd8b 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "husky": "^5.0.9", "jest": "^26.6.3", "lint-staged": "^10.5.3", - "prettier": "^2.2.1" + "prettier": "^3.8.0" } } diff --git a/yarn.lock b/yarn.lock index 94abb44..1688956 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4419,10 +4419,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -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== +prettier@^3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.0.tgz#f72cf71505133f40cfa2ef77a2668cdc558fcd69" + integrity sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA== pretty-format@^26.6.2: version "26.6.2"