From 4acd95111477c2be6c676043d55dbfa31b074f06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:48:45 -0500 Subject: [PATCH] [deps] Autofill: Update prettier-plugin-tailwindcss to v0.5.10 (#7425) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74ed3d9faa7..01683e42cac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -161,7 +161,7 @@ "postcss": "8.4.32", "postcss-loader": "7.3.3", "prettier": "3.1.1", - "prettier-plugin-tailwindcss": "0.5.9", + "prettier-plugin-tailwindcss": "0.5.10", "process": "0.11.10", "react": "18.2.0", "react-dom": "18.2.0", @@ -32548,9 +32548,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "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==", + "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" diff --git a/package.json b/package.json index 8524421fa5e..2df5df750c3 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "postcss": "8.4.32", "postcss-loader": "7.3.3", "prettier": "3.1.1", - "prettier-plugin-tailwindcss": "0.5.9", + "prettier-plugin-tailwindcss": "0.5.10", "process": "0.11.10", "react": "18.2.0", "react-dom": "18.2.0",