From c5555f726945561b81fda976723bb35fe75e4171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:33:47 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.6.1 to 0.6.2 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 6dd4972..10d23c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "autoprefixer": "10.4.19", "postcss": "8.4.38", "prettier": "3.3.1", - "prettier-plugin-tailwindcss": "0.6.1", + "prettier-plugin-tailwindcss": "0.6.2", "tailwindcss": "3.4.4", "typescript": "5.4.5" } @@ -5832,9 +5832,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 0466c17..0b658c8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "autoprefixer": "10.4.19", "postcss": "8.4.38", "prettier": "3.3.1", - "prettier-plugin-tailwindcss": "0.6.1", + "prettier-plugin-tailwindcss": "0.6.2", "tailwindcss": "3.4.4", "typescript": "5.4.5" },