diff --git a/package-lock.json b/package-lock.json index c454e6e..846c4c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "esbuild": "^0.19.2", "postcss": "^8.4.29", "prettier": "3.0.2", - "prettier-plugin-tailwindcss": "^0.5.3", + "prettier-plugin-tailwindcss": "^0.5.7", "typescript": "^5.2.2", "vite": "4.4.9" }, @@ -2202,9 +2202,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.3.tgz", - "integrity": "sha512-M5K80V21yM+CTm/FEFYRv9/9LyInYbCSXpIoPAKMm8zy89IOwdiA2e4JVbcO7tvRtAQWz32zdj7/WKcsmFyAVg==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.7.tgz", + "integrity": "sha512-4v6uESAgwCni6YF6DwJlRaDjg9Z+al5zM4JfngcazMy4WEf/XkPS5TEQjbD+DZ5iNuG6RrKQLa/HuX2SYzC3kQ==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/package.json b/package.json index cd75474..fc710cd 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "esbuild": "^0.19.2", "postcss": "^8.4.29", "prettier": "3.0.2", - "prettier-plugin-tailwindcss": "^0.5.3", + "prettier-plugin-tailwindcss": "^0.5.7", "typescript": "^5.2.2", "vite": "4.4.9" }