diff --git a/package-lock.json b/package-lock.json index 2026f88ce70fd..efed49b196f83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "jest-environment-jsdom": "29.7.0", "jest-junit": "16.0.0", "prettier": "3.1.1", - "prettier-plugin-tailwindcss": "0.5.7", + "prettier-plugin-tailwindcss": "0.5.10", "remark-frontmatter": "5.0.0", "remark-preset-lint-node": "5.0.0", "remark-preset-prettier": "2.0.1", @@ -24448,9 +24448,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "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==", + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.10.tgz", + "integrity": "sha512-9UGSejqFxGG6brYjFfTYlJ8zs4L/lvZg1AngFfaC5Fs1otSskASv5IWKmjPu5MlABQUtTKtMArKyYr/hWpXSUg==", "dev": true, "engines": { "node": ">=14.21.3" @@ -24459,13 +24459,13 @@ "@ianvs/prettier-plugin-sort-imports": "*", "@prettier/plugin-pug": "*", "@shopify/prettier-plugin-liquid": "*", - "@shufo/prettier-plugin-blade": "*", "@trivago/prettier-plugin-sort-imports": "*", "prettier": "^3.0", "prettier-plugin-astro": "*", "prettier-plugin-css-order": "*", "prettier-plugin-import-sort": "*", "prettier-plugin-jsdoc": "*", + "prettier-plugin-marko": "*", "prettier-plugin-organize-attributes": "*", "prettier-plugin-organize-imports": "*", "prettier-plugin-style-order": "*", @@ -24481,9 +24481,6 @@ "@shopify/prettier-plugin-liquid": { "optional": true }, - "@shufo/prettier-plugin-blade": { - "optional": true - }, "@trivago/prettier-plugin-sort-imports": { "optional": true }, diff --git a/package.json b/package.json index 336e2fa3e083f..0d1ac34ebcee9 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "jest-environment-jsdom": "29.7.0", "jest-junit": "16.0.0", "prettier": "3.1.1", - "prettier-plugin-tailwindcss": "0.5.7", + "prettier-plugin-tailwindcss": "0.5.10", "remark-frontmatter": "5.0.0", "remark-preset-lint-node": "5.0.0", "remark-preset-prettier": "2.0.1",