From c3f44453fdd48a5ed56394608277c4340ceed0ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:16:17 +0000 Subject: [PATCH] Update dependency prettier to v3 --- assets/package.json | 2 +- assets/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/package.json b/assets/package.json index dfadd04..a8fe3e0 100644 --- a/assets/package.json +++ b/assets/package.json @@ -26,7 +26,7 @@ "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "2.29.0", "npm-run-all": "4.1.5", - "prettier": "2.8.8", + "prettier": "3.0.3", "prettier-plugin-tailwindcss": "0.3.0" } } diff --git a/assets/yarn.lock b/assets/yarn.lock index 5b64b97..45e15cf 100644 --- a/assets/yarn.lock +++ b/assets/yarn.lock @@ -1782,10 +1782,10 @@ prettier-plugin-tailwindcss@0.3.0: resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz#8299b307c7f6467f52732265579ed9375be6c818" integrity sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA== -prettier@2.8.8: - version "2.8.8" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" - integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== +prettier@3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" + integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== punycode@^2.1.0: version "2.1.1"