From 91ea18c30d3530d75d614dafd451b2c7a2c5d8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 06:31:28 +0000 Subject: [PATCH] chore(deps-dev): bump prettier-plugin-tailwindcss from 0.6.14 to 0.7.2 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.14 to 0.7.2. - [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.2) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.2 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 1e6e11b..e34a7b2 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "daisyui": "^5.5.19", "nodemon": "^3.1.14", "prettier": "^3.8.1", - "prettier-plugin-tailwindcss": "^0.6.14", + "prettier-plugin-tailwindcss": "^0.7.2", "prisma": "^7.5.0", "tailwindcss": "^4.2.2", "tsx": "^4.21.0",