From 324f29182ef91f6a2c45066418e51f1bdcca93df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:14:07 +0000 Subject: [PATCH] :arrow_up: deps(dev): Bump prettier-plugin-tailwindcss Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.1.11 to 0.2.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.1.11...v0.2.1) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 443732c8..eb11d94d 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "next-sitemap": "^4.2.3", "postcss": "^8.4.14", "prettier": "^2.7.1", - "prettier-plugin-tailwindcss": "^0.1.11", + "prettier-plugin-tailwindcss": "^0.2.1", "prisma": "^4.5.0", "tailwindcss": "^3.1.3", "typescript": "^5.9.3" diff --git a/yarn.lock b/yarn.lock index 72f63ed5..43db929b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11826,10 +11826,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier-plugin-tailwindcss@^0.1.11: - version "0.1.11" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.11.tgz#6112da68d9d022b7f896d35c070464931c99c35f" - integrity sha512-a28+1jvpIZQdZ/W97wOXb6VqI762MKE/TxMMuibMEHhyYsSxQA8Ek30KObd5kJI2HF1ldtSYprFayXJXi3pz8Q== +prettier-plugin-tailwindcss@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.1.tgz#989b35afd86c550cb671da69891aba4f4a051159" + integrity sha512-aIO8IguumORyRsmT+E7JfJ3A9FEoyhqZR7Au7TBOege3VZkgMvHJMkufeYp4zjnDK2iq4ktkvGMNOQR9T8lisQ== prettier@^2.7.1: version "2.7.1"