From 4aaa7d0155923ccfc6700f67756f714902bbaccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:24:50 +0000 Subject: [PATCH] chore(deps): bump tailwind-merge from 2.6.1 to 3.6.0 in /dashboard Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.6.1 to 3.6.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.6.1...v3.6.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index e174788..cd9d2bd 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -22,7 +22,7 @@ "lucide-react": "^0.446.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "tailwind-merge": "^2.6.1" + "tailwind-merge": "^3.6.0" }, "devDependencies": { "@playwright/test": "^1.60.0",