From e040b640bb647f49a5cd3a4b63073bd71f83675b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:41:47 +0000 Subject: [PATCH] build(deps-dev): bump prettier-plugin-tailwindcss from 0.6.5 to 0.6.8 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.5 to 0.6.8. - [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.8) --- 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 6526273..c3de5df 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "netlify-plugin-playwright-cache": "^0.0.1", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.0", - "prettier-plugin-tailwindcss": "^0.6.5", + "prettier-plugin-tailwindcss": "^0.6.8", "start-server-and-test": "^2.0.4", "tailwindcss": "^3.4.0", "typescript": "^5.5.2" diff --git a/yarn.lock b/yarn.lock index c39e11c..447d06e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4148,10 +4148,10 @@ prettier-plugin-astro@^0.14.0: prettier "^3.0.0" sass-formatter "^0.7.6" -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.8: + version "0.6.8" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz#8a178e1679e3f941cc9de396f109c6cffea676d8" + integrity sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA== prettier@2.8.7: version "2.8.7"