From 727ab8c132fb82534864962bf5ba813bf885ccec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:24:04 +0000 Subject: [PATCH] Bump tailwind-merge from 2.6.0 to 3.0.2 in /docs Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.6.0 to 3.0.2. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.6.0...v3.0.2) --- updated-dependencies: - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 9 +++++---- docs/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 7ed6a624e8..08b5af3793 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -21,7 +21,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.5.0", - "tailwind-merge": "^2.6.0", + "tailwind-merge": "^3.0.2", "tailwindcss": "^3.4.17" }, "devDependencies": { @@ -19419,9 +19419,10 @@ } }, "node_modules/tailwind-merge": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.0.tgz", - "integrity": "sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.0.2.tgz", + "integrity": "sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/docs/package.json b/docs/package.json index 392bfe8329..b4f5120c50 100644 --- a/docs/package.json +++ b/docs/package.json @@ -36,7 +36,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.5.0", - "tailwind-merge": "^2.6.0", + "tailwind-merge": "^3.0.2", "tailwindcss": "^3.4.17" }, "devDependencies": {