From fe6245c2643fdf993dec1376b4ee43327b06436f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 00:50:29 +0200 Subject: [PATCH] build(deps-dev): Bump prettier-plugin-tailwindcss from 0.7.0 to 0.7.1 (#190) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5657a26..eb101d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "jsdom": "^27.0.0", "postcss": "^8.5.3", "prettier": "^3.5.3", - "prettier-plugin-tailwindcss": "^0.7.0", + "prettier-plugin-tailwindcss": "^0.7.1", "prisma": "^6.17.1", "tailwindcss": "^4.1.14", "typescript": "^5.8.2", @@ -10205,9 +10205,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.7.0.tgz", - "integrity": "sha512-zpRZhkfwq1cNmbKhmKzXKuKFdkgXZXlf6p+KttD75v6pGz1FxmcKMc4RKdw97GYBKBbout4113HSLaBJAomFDw==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.7.1.tgz", + "integrity": "sha512-Bzv1LZcuiR1Sk02iJTS1QzlFNp/o5l2p3xkopwOrbPmtMeh3fK9rVW5M3neBQzHq+kGKj/4LGQMTNcTH4NGPtQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 60dd474..5264e01 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "jsdom": "^27.0.0", "postcss": "^8.5.3", "prettier": "^3.5.3", - "prettier-plugin-tailwindcss": "^0.7.0", + "prettier-plugin-tailwindcss": "^0.7.1", "prisma": "^6.17.1", "tailwindcss": "^4.1.14", "typescript": "^5.8.2",