From cb3b2f3a988d19d150cc948748abd21f933bb03e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:18:59 +0000 Subject: [PATCH] fix(deps): update dependency prettier to v3.6.2 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 6b60c107..396d07d8 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.0.3", + "prettier": "^3.6.2", "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 fade2c18..5ef8d315 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -84,7 +84,7 @@ "vitest": "^3.2.4" }, "peerDependencies": { - "prettier": "3.0.3" + "prettier": "3.6.2" }, "engines": { "node": ">=20.18.* <=24.*" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c4eee17..92cc88ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -519,7 +519,7 @@ importers: specifier: ^0.8 version: 0.8.0 prettier: - specifier: ^3.0.3 + specifier: ^3.6.2 version: 3.6.2 secretlint: specifier: ^7.x || ^8.x