From 624655fe5274a5015696a88ad4e700435b2908fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:14:58 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.4.1 to 0.5.4 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.4.1 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.4.1...v0.5.4) --- 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 a4e8ea33..a7e71e86 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.4.1", + "prettier-plugin-tailwindcss": "^0.5.4", "resolve-url-loader": "^5.0.0", "rollup-plugin-visualizer": "^5.9.0", "sass": "^1.58.3",