From d2a58bffaf9ecccf4d118d2bf29a5f3364cc7a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 07:44:32 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.6.5 to 0.6.9 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.5 to 0.6.9. - [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.6.5...v0.6.9) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b46feea..24ce502 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "daisyui": "^4.12.14", "nuxt-icon": "^0.6.10", "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.5" + "prettier-plugin-tailwindcss": "^0.6.9" } } diff --git a/yarn.lock b/yarn.lock index 8a60f60..7110c57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6394,10 +6394,10 @@ postcss@^8.4.43, postcss@^8.4.48, postcss@^8.4.49: picocolors "^1.1.1" source-map-js "^1.2.1" -prettier-plugin-tailwindcss@^0.6.5: - version "0.6.5" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.5.tgz#e05202784a3f41889711ae38c75c5b8cad72f368" - integrity sha512-axfeOArc/RiGHjOIy9HytehlC0ZLeMaqY09mm8YCkMzznKiDkwFzOpBvtuhuv3xG5qB73+Mj7OCe2j/L1ryfuQ== +prettier-plugin-tailwindcss@^0.6.9: + version "0.6.9" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.9.tgz#db84c32918eae9b44e5a5f0aa4d1249cc39fa739" + integrity sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg== prettier@^3.3.3: version "3.3.3"