From b358ce6318db5f94a414fa068bb7c1baa2b04e70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:46:42 +0000 Subject: [PATCH] Update dependency prettier-plugin-tailwindcss to ^0.5.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef6ee87..2c8534f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "postcss-focus-visible": "^9.0.0", "postcss-import": "^15.1.0", "prettier": "^3.0.0", - "prettier-plugin-tailwindcss": "^0.4.1", + "prettier-plugin-tailwindcss": "^0.5.0", "tailwindcss": "^3.3.3", "yarn-upgrade-all": "^0.7.2" } diff --git a/yarn.lock b/yarn.lock index 857b0ef..0459a2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5379,10 +5379,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier-plugin-tailwindcss@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.4.1.tgz#f7ed664199540978b2cbd037bac3a337d6689e86" - integrity sha512-hwn2EiJmv8M+AW4YDkbjJ6HlZCTzLyz1QlySn9sMuKV/Px0fjwldlB7tol8GzdgqtkdPtzT3iJ4UzdnYXP25Ag== +prettier-plugin-tailwindcss@^0.5.0: + version "0.5.4" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.4.tgz#ebfacbcb90e2ca1df671ffe4083e99f81d72040d" + integrity sha512-QZzzB1bID6qPsKHTeA9qPo1APmmxfFrA5DD3LQ+vbTmAnY40eJI7t9Q1ocqel2EKMWNPLJqdTDWZj1hKYgqSgg== prettier@^3.0.0: version "3.0.1"