diff --git a/package-lock.json b/package-lock.json index fc5c978..e5b08cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "laravel-vite-plugin": "^1.0", "postcss": "^8.4.32", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.6.5", + "prettier-plugin-tailwindcss": "^0.6.9", "tailwindcss": "^3.4.0", "vite": "^5.0" } @@ -2017,11 +2017,10 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.6", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz", - "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.9.tgz", + "integrity": "sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.21.3" }, diff --git a/package.json b/package.json index 5b5e9fa..75631a7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "laravel-vite-plugin": "^1.0", "postcss": "^8.4.32", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.6.5", + "prettier-plugin-tailwindcss": "^0.6.9", "tailwindcss": "^3.4.0", "vite": "^5.0" },