From 63d3a587d15cfd2b48ddf606d4e49ff07531746f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:55:53 +0000 Subject: [PATCH] chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.13 to 0.6.5 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.13 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.5.13...v0.6.5) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20d2a050..e6a564d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "husky": "^9.0.11", "postcss": "^8", "prettier": "3.2.5", - "prettier-plugin-tailwindcss": "^0.5.13", + "prettier-plugin-tailwindcss": "^0.6.5", "prisma": "^5.14.0", "tailwindcss": "^3.4.3", "typescript": "^5" @@ -6567,9 +6567,10 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.13", + "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, - "license": "MIT", "engines": { "node": ">=14.21.3" }, diff --git a/package.json b/package.json index 0be0cace..a2b94eb4 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "husky": "^9.0.11", "postcss": "^8", "prettier": "3.2.5", - "prettier-plugin-tailwindcss": "^0.5.13", + "prettier-plugin-tailwindcss": "^0.6.5", "prisma": "^5.14.0", "tailwindcss": "^3.4.3", "typescript": "^5"