diff --git a/package-lock.json b/package-lock.json index f360f49c..739fc4b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "postcss": "8.4.41", "prettier": "3.3.3", "prettier-plugin-antlers": "2.0.5", - "prettier-plugin-tailwindcss": "0.6.5", + "prettier-plugin-tailwindcss": "0.6.6", "stylelint": "16.8.1", "stylelint-config-hudochenkov": "10.0.0", "stylelint-config-standard": "36.0.1", @@ -4628,9 +4628,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "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==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz", + "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==", "dev": true, "engines": { "node": ">=14.21.3" @@ -4647,6 +4647,7 @@ "prettier-plugin-import-sort": "*", "prettier-plugin-jsdoc": "*", "prettier-plugin-marko": "*", + "prettier-plugin-multiline-arrays": "*", "prettier-plugin-organize-attributes": "*", "prettier-plugin-organize-imports": "*", "prettier-plugin-sort-imports": "*", @@ -4684,6 +4685,9 @@ "prettier-plugin-marko": { "optional": true }, + "prettier-plugin-multiline-arrays": { + "optional": true + }, "prettier-plugin-organize-attributes": { "optional": true }, diff --git a/package.json b/package.json index a270ccef..ee709a15 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "postcss": "8.4.41", "prettier": "3.3.3", "prettier-plugin-antlers": "2.0.5", - "prettier-plugin-tailwindcss": "0.6.5", + "prettier-plugin-tailwindcss": "0.6.6", "stylelint": "16.8.1", "stylelint-config-hudochenkov": "10.0.0", "stylelint-config-standard": "36.0.1",