From 05dbbc85174408ecd1b9cb5132383fb2643f161e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:13:45 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.7.2 to 0.8.0 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.7.2 to 0.8.0. - [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.7.2...v0.8.0) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf1559bf..cf3ab012 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vaultz", - "version": "2.7.3", + "version": "2.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vaultz", - "version": "2.7.3", + "version": "2.7.4", "dependencies": { "@hookform/resolvers": "^5.2.2", "@prisma/adapter-pg": "^7.7.0", @@ -33,7 +33,7 @@ "nuqs": "^2.8.9", "pg": "^8.20.0", "prettier": "^3.8.3", - "prettier-plugin-tailwindcss": "^0.7.2", + "prettier-plugin-tailwindcss": "^0.8.0", "react": "19.2.6", "react-day-picker": "^9.14.0", "react-dom": "19.2.6", @@ -8708,9 +8708,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.7.2.tgz", - "integrity": "sha512-LkphyK3Fw+q2HdMOoiEHWf93fNtYJwfamoKPl7UwtjFQdei/iIBoX11G6j706FzN3ymX9mPVi97qIY8328vdnA==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.8.0.tgz", + "integrity": "sha512-V8ITGH87yuBDF6JpEZTOVlUz/saAwqb8f3HRgUj8Lh+tGCcrmorhsLpYqzygwFwK0PE2Ib6Mv3M7T/uE2tZV1g==", "license": "MIT", "engines": { "node": ">=20.19" diff --git a/package.json b/package.json index cf11b7b2..b06633e8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "nuqs": "^2.8.9", "pg": "^8.20.0", "prettier": "^3.8.3", - "prettier-plugin-tailwindcss": "^0.7.2", + "prettier-plugin-tailwindcss": "^0.8.0", "react": "19.2.6", "react-day-picker": "^9.14.0", "react-dom": "19.2.6",