From 483583e5d4a0382738b9f4c2dc8c83f1bd4ccfc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:56:54 +0000 Subject: [PATCH] build(deps): update tailwind-merge requirement from ^3.4.0 to ^3.4.1 Updates the requirements on [tailwind-merge](https://github.com/dcastil/tailwind-merge) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0547503..2152614 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "shadcn": "^3.8.4", - "tailwind-merge": "^3.4.0", + "tailwind-merge": "^3.4.1", "tailwindcss": "^4.1.17", "tw-animate-css": "^1.4.0", "zustand": "^5.0.5"