From 262be0bf0476769a5ce17413b1509a983fac07f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 10:37:34 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.5.3 to 0.5.4 in /astro Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.3...v0.5.4) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- astro/package.json | 2 +- astro/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/astro/package.json b/astro/package.json index ddd5d85..8288f44 100644 --- a/astro/package.json +++ b/astro/package.json @@ -22,6 +22,6 @@ "devDependencies": { "prettier": "^3.0.2", "prettier-plugin-astro": "^0.11.1", - "prettier-plugin-tailwindcss": "^0.5.3" + "prettier-plugin-tailwindcss": "^0.5.4" } } diff --git a/astro/yarn.lock b/astro/yarn.lock index 22b0a21..f79ed5a 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -3388,10 +3388,10 @@ prettier-plugin-astro@^0.9.1: sass-formatter "^0.7.5" synckit "^0.8.4" -prettier-plugin-tailwindcss@^0.5.3: - version "0.5.3" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.3.tgz#ed4b31ee75bbce1db4ac020a859267d5b65ad8df" - integrity sha512-M5K80V21yM+CTm/FEFYRv9/9LyInYbCSXpIoPAKMm8zy89IOwdiA2e4JVbcO7tvRtAQWz32zdj7/WKcsmFyAVg== +prettier-plugin-tailwindcss@^0.5.4: + 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@^2.8.3, prettier@^2.8.8: version "2.8.8"