From 25c5bb147d4fe8f3ababde426eb30edf49b88270 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:23:21 -0600 Subject: [PATCH] [deps] Autofill: Update prettier-plugin-tailwindcss to v0.5.9 (#7175) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 13 +++++-------- package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51a26850301..b4d055709cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -158,7 +158,7 @@ "postcss": "8.4.31", "postcss-loader": "7.3.3", "prettier": "3.1.1", - "prettier-plugin-tailwindcss": "0.5.7", + "prettier-plugin-tailwindcss": "0.5.9", "process": "0.11.10", "react": "18.2.0", "react-dom": "18.2.0", @@ -33537,9 +33537,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.9", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.9.tgz", + "integrity": "sha512-9x3t1s2Cjbut2QiP+O0mDqV3gLXTe2CgRlQDgucopVkUdw26sQi53p/q4qvGxMLBDfk/dcTV57Aa/zYwz9l8Ew==", "dev": true, "engines": { "node": ">=14.21.3" @@ -33548,13 +33548,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": "*", @@ -33570,9 +33570,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 8cbedf05c80..dcd94a4bf84 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "postcss": "8.4.31", "postcss-loader": "7.3.3", "prettier": "3.1.1", - "prettier-plugin-tailwindcss": "0.5.7", + "prettier-plugin-tailwindcss": "0.5.9", "process": "0.11.10", "react": "18.2.0", "react-dom": "18.2.0",