diff --git a/astro/package.json b/astro/package.json index e6c8ff7..cfcaf37 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 c79bce9..88f58d9 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"