From 4aae3482727e5ad5090cf12f5e3f8eef2c77507f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:28:20 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.6.2 to 0.6.5 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.2 to 0.6.5. - [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.2...v0.6.5) --- 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 d07d8a4..9e2681d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "astro-vtbot": "^1.7.23", "prettier": "^3.3.1", "prettier-plugin-astro": "^0.14.0", - "prettier-plugin-tailwindcss": "^0.6.2", + "prettier-plugin-tailwindcss": "^0.6.5", "typescript": "^5.4.5" } }, @@ -7051,9 +7051,9 @@ "devOptional": true }, "node_modules/prettier-plugin-tailwindcss": { - "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==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.5.tgz", + "integrity": "sha512-axfeOArc/RiGHjOIy9HytehlC0ZLeMaqY09mm8YCkMzznKiDkwFzOpBvtuhuv3xG5qB73+Mj7OCe2j/L1ryfuQ==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/package.json b/package.json index 9156690..13bb4c6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "astro-vtbot": "^1.7.23", "prettier": "^3.3.1", "prettier-plugin-astro": "^0.14.0", - "prettier-plugin-tailwindcss": "^0.6.2", + "prettier-plugin-tailwindcss": "^0.6.5", "typescript": "^5.4.5" } }