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",