From 3263f55a253cef79a8355adca797cbbb8415db97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 02:46:41 +0000 Subject: [PATCH] Bump tailwind-merge from 2.5.5 to 2.6.0 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.5.5 to 2.6.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.5.5...v2.6.0) --- updated-dependencies: - dependency-name: tailwind-merge 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 9a0cef278..424090886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react": "^18.2.0", "react-dom": "^18.3.1", "react-i18next": "^15.2.0", - "tailwind-merge": "^2.5.5" + "tailwind-merge": "^2.6.0" }, "devDependencies": { "@faker-js/faker": "^9.2.0", @@ -5690,9 +5690,9 @@ } }, "node_modules/tailwind-merge": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.5.tgz", - "integrity": "sha512-0LXunzzAZzo0tEPxV3I297ffKZPlKDrjj7NXphC8V5ak9yHC5zRmxnOe2m/Rd/7ivsOMJe3JZ2JVocoDdQTRBA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.0.tgz", + "integrity": "sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index 17181d54e..57f64b429 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react": "^18.2.0", "react-dom": "^18.3.1", "react-i18next": "^15.2.0", - "tailwind-merge": "^2.5.5" + "tailwind-merge": "^2.6.0" }, "devDependencies": { "@faker-js/faker": "^9.2.0",