From 8102ede57e0bddb1d452a5ebdb9d0c909d0b0dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:21:17 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.5.14 to 0.6.6 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.14 to 0.6.6. - [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.14...v0.6.6) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a8b48fa..06776075 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "postcss": "^8.4.21", "postcss-nesting": "^12.0.0", "prettier": "^3.0.0", - "prettier-plugin-tailwindcss": "^0.5.6", + "prettier-plugin-tailwindcss": "^0.6.6", "resolve-url-loader": "^5.0.0", "rollup-plugin-visualizer": "^5.9.0", "sass": "^1.58.3",