From 9d54dadd86edfdfa904aef439e33502cace60940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:10:59 +0000 Subject: [PATCH] chore: Bump prettier-plugin-tailwindcss from 0.6.1 to 0.6.2 (#597) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 9a54b7d..edf6a45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "devDependencies": { "@types/swagger-ui-react": "^4.18.2", "prettier": "^3.3.1", - "prettier-plugin-tailwindcss": "^0.6.1" + "prettier-plugin-tailwindcss": "^0.6.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6149,9 +6149,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.1.tgz", - "integrity": "sha512-AnbeYZu0WGj+QgKciUgdMnRxrqcxltleZPgdwfA5104BHM3siBLONN/HLW1yS2HvzSNkzpQ/JAj+LN0jcJO+0w==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.2.tgz", + "integrity": "sha512-eFefm4cg+1c2B57+H274Qm//CTWBdtQN9ansl0YTP/8TC8x3bugCTQSS/e4FC5Ctl9djhTzsbcMrZ7x2/abIow==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/package.json b/package.json index 436a693..24a7be9 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "devDependencies": { "@types/swagger-ui-react": "^4.18.2", "prettier": "^3.3.1", - "prettier-plugin-tailwindcss": "^0.6.1" + "prettier-plugin-tailwindcss": "^0.6.2" } }