From b55ff7336b3b9464f402c6ab1a0177d4082b5084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 03:22:50 +0000 Subject: [PATCH] Bump tailwind-merge from 2.6.1 to 3.5.0 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.6.1 to 3.5.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.6.1...v3.5.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfe2d13..e60ad70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lucide-react": "^0.453.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "tailwind-merge": "^2.5.2", + "tailwind-merge": "^3.5.0", "uuid": "^11.0.3" }, "devDependencies": { @@ -7286,9 +7286,10 @@ } }, "node_modules/tailwind-merge": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.1.tgz", - "integrity": "sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz", + "integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index d1dbe50..7493112 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "lucide-react": "^0.453.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "tailwind-merge": "^2.5.2", + "tailwind-merge": "^3.5.0", "uuid": "^11.0.3" }, "devDependencies": {