diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 689aa5690..f38f06396 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 45d805a9e..80bc1d73b 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 215f8ab21..1c6b6d0c0 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