diff --git a/package-lock.json b/package-lock.json index 31c5d0b..92bce62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "globals": "^16.2.0", "husky": "^9.1.7", "prettier": "^3.5.3", - "prettier-plugin-tailwindcss": "^0.6.12", + "prettier-plugin-tailwindcss": "^0.6.13", "typescript": "~5.8.3", "typescript-eslint": "^8.34.1", "vite": "^6.3.5", @@ -3551,9 +3551,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.12", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.12.tgz", - "integrity": "sha512-OuTQKoqNwV7RnxTPwXWzOFXy6Jc4z8oeRZYGuMpRyG3WbuR3jjXdQFK8qFBMBx8UHWdHrddARz2fgUenild6aw==", + "version": "0.6.13", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.13.tgz", + "integrity": "sha512-uQ0asli1+ic8xrrSmIOaElDu0FacR4x69GynTh2oZjFY10JUt6EEumTQl5tB4fMeD6I1naKd+4rXQQ7esT2i1g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 733c1c5..119b142 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "globals": "^16.2.0", "husky": "^9.1.7", "prettier": "^3.5.3", - "prettier-plugin-tailwindcss": "^0.6.12", + "prettier-plugin-tailwindcss": "^0.6.13", "typescript": "~5.8.3", "typescript-eslint": "^8.34.1", "vite": "^6.3.5",