From af3b48ff8030509f0cbe671799216bd32f19d84f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 12:29:34 +0000 Subject: [PATCH] chore(deps-dev): bump prettier-plugin-tailwindcss from 0.7.4 to 0.8.0 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.7.4 to 0.8.0. - [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.7.4...v0.8.0) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.8.0 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 42b0b74..2fc1f3c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lint-staged": "^16.4.0", "playwright": "^1.59.1", "prettier": "^3.5.3", - "prettier-plugin-tailwindcss": "^0.7.2", + "prettier-plugin-tailwindcss": "^0.8.0", "sharp": "^0.34.5", "typescript": "^6.0.2", "vite": "^8.0.7",