From 600847b519627f5800efb1d491c6b552d5146d2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:18:43 +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 58aa02e..b409411 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "husky": "8.0.1", "lint-staged": "13.0.3", "markdownlint-cli": "0.32.0", - "prettier": "2.7.1", + "prettier": "3.3.0", "prettier-plugin-packagejson": "2.2.18" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 09e2379..8ee2f59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1473,10 +1473,10 @@ prettier-plugin-packagejson@2.2.18: dependencies: sort-package-json "1.57.0" -prettier@2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" - integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== +prettier@3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.0.tgz#d173ea0524a691d4c0b1181752f2b46724328cdf" + integrity sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g== punycode@^2.1.0: version "2.1.1"