From e1657d0dc99642d4329b55d887f53b5e54268a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 07:02:28 +0000 Subject: [PATCH] build(deps-dev): bump prettier-plugin-tailwindcss from 0.6.14 to 0.7.1 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.14 to 0.7.1. - [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.14...v0.7.1) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.1 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 a627589f..650638d1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint": "9.37.0", "eslint-config-next": "15.5.6", "prettier": "^3.5.3", - "prettier-plugin-tailwindcss": "^0.6.11", + "prettier-plugin-tailwindcss": "^0.7.1", "tailwindcss": "3.4.15", "postcss": "8.5.6", "autoprefixer": "10.4.21"