From c8c8ac51fc15f88c0b3d04e6023144b728b338e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:55:03 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.6.2 to 0.6.5 in /site 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] --- site/package-lock.json | 8 ++++---- site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 9b6b685..2fa6669 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -34,7 +34,7 @@ "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "prettier": "^3.3.1", - "prettier-plugin-tailwindcss": "^0.6.2", + "prettier-plugin-tailwindcss": "^0.6.5", "tailwindcss": "^3.4.4" } }, @@ -4126,9 +4126,9 @@ } }, "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/site/package.json b/site/package.json index d465d10..e4f628d 100644 --- a/site/package.json +++ b/site/package.json @@ -35,7 +35,7 @@ "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "prettier": "^3.3.1", - "prettier-plugin-tailwindcss": "^0.6.2", + "prettier-plugin-tailwindcss": "^0.6.5", "tailwindcss": "^3.4.4" } }