diff --git a/package-lock.json b/package-lock.json index b804eba..332cc0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-config-next": "13.4.19", "postcss": "8.4.29", "prettier": "3.0.3", - "prettier-plugin-tailwindcss": "0.5.3", + "prettier-plugin-tailwindcss": "0.5.4", "tailwindcss": "3.3.3", "typescript": "5.2.2" }, @@ -3059,9 +3059,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.4", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.4.tgz", + "integrity": "sha512-QZzzB1bID6qPsKHTeA9qPo1APmmxfFrA5DD3LQ+vbTmAnY40eJI7t9Q1ocqel2EKMWNPLJqdTDWZj1hKYgqSgg==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/package.json b/package.json index 8cddd5f..b75f26a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-next": "13.4.19", "postcss": "8.4.29", "prettier": "3.0.3", - "prettier-plugin-tailwindcss": "0.5.3", + "prettier-plugin-tailwindcss": "0.5.4", "tailwindcss": "3.3.3", "typescript": "5.2.2" },