From 1d392c79068d8709a3b5d0bb5b8d9e356005452a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 05:31:18 +0000 Subject: [PATCH] chore(deps): Bump tailwind-merge from 3.4.0 to 3.5.0 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 17f9472..9fd9d7e 100644 --- a/bun.lock +++ b/bun.lock @@ -13,7 +13,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-router": "7.13.0", - "tailwind-merge": "^3.4.0", + "tailwind-merge": "^3.5.0", }, "devDependencies": { "@biomejs/biome": "^2.3.15", @@ -639,7 +639,7 @@ "strip-json-comments": ["strip-json-comments@5.0.3", "", {}, "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw=="], - "tailwind-merge": ["tailwind-merge@3.4.0", "", {}, "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g=="], + "tailwind-merge": ["tailwind-merge@3.5.0", "", {}, "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A=="], "tailwindcss": ["tailwindcss@4.1.18", "", {}, "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw=="], diff --git a/package.json b/package.json index a6ecb4d..5d4bffd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-router": "7.13.0", - "tailwind-merge": "^3.4.0" + "tailwind-merge": "^3.5.0" }, "devDependencies": { "@biomejs/biome": "^2.3.15",