From d4fd1d26d0d82883a1a1bde38378326e667a033f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 09:05:17 +0000 Subject: [PATCH] fix(deps): update dependency prettier to v3.0.3 Signed-off-by: Renovate Bot --- packages/lint-staged-config/package.json | 2 +- packages/prettier-config/package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index ca7c717e9..6650ef79d 100644 --- a/packages/lint-staged-config/package.json +++ b/packages/lint-staged-config/package.json @@ -114,7 +114,7 @@ "jest": "^27.x || ^28.x", "lint-staged": "^13.x || ^14.x|| ^15.x || ^16.x", "nano-staged": "^0.8", - "prettier": "^3.x", + "prettier": "^3.0.3", "secretlint": "^7.x || ^8.x", "stylelint": "^15.x || ^16.x", "vitest": "^1.x || ^2.x || ^3.x" diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index dc10f2d2d..cebbe31d7 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -84,7 +84,7 @@ "vitest": "^3.1.4" }, "peerDependencies": { - "prettier": "3.x" + "prettier": "3.0.3" }, "engines": { "node": ">=20.18.* <=24.*" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 642463852..f9f8088ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -519,7 +519,7 @@ importers: specifier: ^0.8 version: 0.8.0 prettier: - specifier: ^3.x + specifier: ^3.0.3 version: 3.5.3 secretlint: specifier: ^7.x || ^8.x