From 025f75fe80fa823d458a8073a124fb95d85c017e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 23:46:02 +0000 Subject: [PATCH] Bump prettier-plugin-packagejson from 2.5.22 to 3.0.0 Bumps [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) from 2.5.22 to 3.0.0. - [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases) - [Commits](https://github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.22...v3.0.0) --- updated-dependencies: - dependency-name: prettier-plugin-packagejson dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d0b547..d514fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-unicorn": "^62.0.0", "knip": "^5.82.1", "prettier": "^3.8.0", - "prettier-plugin-packagejson": "^2.5.22", + "prettier-plugin-packagejson": "^3.0.0", "prettier-plugin-tailwindcss": "^0.7.2", "tsx": "^4.21.0", "turbo": "^2.7.5", @@ -12684,16 +12684,16 @@ } }, "node_modules/prettier-plugin-packagejson": { - "version": "2.5.22", - "resolved": "https://registry.npmjs.org/prettier-plugin-packagejson/-/prettier-plugin-packagejson-2.5.22.tgz", - "integrity": "sha512-G6WalmoUssKF8ZXkni0+n4324K+gG143KPysSQNW+FrR0XyNb3BdRxchGC/Q1FE/F702p7/6KU7r4mv0WSWbzA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-packagejson/-/prettier-plugin-packagejson-3.0.0.tgz", + "integrity": "sha512-z8/QmPSqx/ANvvQMWJSkSq1+ihBXeuwDEYdjX3ZjRJ5Ty1k7vGbFQfhzk2eDe0rwS/TNyRjWK/qnjJEStAOtDw==", "dev": true, "license": "MIT", "dependencies": { "sort-package-json": "3.6.0" }, "peerDependencies": { - "prettier": ">= 1.16.0" + "prettier": "^3" }, "peerDependenciesMeta": { "prettier": { diff --git a/package.json b/package.json index 6e88941..160a25c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-plugin-unicorn": "^62.0.0", "knip": "^5.82.1", "prettier": "^3.8.0", - "prettier-plugin-packagejson": "^2.5.22", + "prettier-plugin-packagejson": "^3.0.0", "prettier-plugin-tailwindcss": "^0.7.2", "tsx": "^4.21.0", "turbo": "^2.7.5",