From b634879825fc161ef6538ca8f921fbadfa3eca5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 04:41:45 +0000 Subject: [PATCH] chore: bump tailwind-merge from 3.3.1 to 3.6.0 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 3.3.1 to 3.6.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v3.3.1...v3.6.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16926c0c..36df2633 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", "styled-components": "^6.4.1", - "tailwind-merge": "^3.2.0", + "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.2.8", "vanilla-tilt": "^1.8.1" }, @@ -26274,9 +26274,9 @@ "license": "MIT" }, "node_modules/tailwind-merge": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.1.tgz", - "integrity": "sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.6.0.tgz", + "integrity": "sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 0a8a5fec..e7320d6d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", "styled-components": "^6.4.1", - "tailwind-merge": "^3.2.0", + "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.2.8", "vanilla-tilt": "^1.8.1" },