From f3fb434e10de97d7ab2567f231eb1aa14abbb7a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:38:09 +0000 Subject: [PATCH] chore(deps): bump tailwind-merge from 3.4.0 to 3.4.1 in /packages/ui Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index bb4ce4c..fab4082 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -36,7 +36,7 @@ "cmdk": "^1.1.1", "lucide-react": "^0.561.0", "react": "^19.2.3", - "tailwind-merge": "3.4.0", + "tailwind-merge": "3.4.1", "tailwindcss-animate": "1.0.7", "tw-animate-css": "1.3.5" },