From 14f51544c77bb0616403a50639d9ec48783e61de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:45:27 -0400 Subject: [PATCH] [deps] Autofill: Update prettier-plugin-tailwindcss to v0.6.5 (#10229) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9e388b0cd..fd286e732f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -163,7 +163,7 @@ "postcss": "8.4.38", "postcss-loader": "8.1.1", "prettier": "3.2.2", - "prettier-plugin-tailwindcss": "0.5.14", + "prettier-plugin-tailwindcss": "0.6.5", "process": "0.11.10", "react": "18.3.1", "react-dom": "18.3.1", @@ -32727,10 +32727,11 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.14.tgz", - "integrity": "sha512-Puaz+wPUAhFp8Lo9HuciYKM2Y2XExESjeT+9NQoVFXZsPPnc9VYss2SpxdQ6vbatmt8/4+SN0oe0I1cPDABg9Q==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.5.tgz", + "integrity": "sha512-axfeOArc/RiGHjOIy9HytehlC0ZLeMaqY09mm8YCkMzznKiDkwFzOpBvtuhuv3xG5qB73+Mj7OCe2j/L1ryfuQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.21.3" }, diff --git a/package.json b/package.json index f445230907..ebf68c6b71 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "postcss": "8.4.38", "postcss-loader": "8.1.1", "prettier": "3.2.2", - "prettier-plugin-tailwindcss": "0.5.14", + "prettier-plugin-tailwindcss": "0.6.5", "process": "0.11.10", "react": "18.3.1", "react-dom": "18.3.1",