From f7cc8d4012bb2cc8174b4fb5ed6bf2658fe90754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:21:19 +0000 Subject: [PATCH] chore(deps)(deps): bump tailwind-merge from 2.6.1 to 3.5.0 in /mobile Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.6.1 to 3.5.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.6.1...v3.5.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- mobile/package-lock.json | 8 ++++---- mobile/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mobile/package-lock.json b/mobile/package-lock.json index 21c70d0..c28edaa 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -35,7 +35,7 @@ "react-native-svg": "15.15.3", "react-native-web": "^0.21.0", "react-native-worklets": "0.7.4", - "tailwind-merge": "^2.5.4" + "tailwind-merge": "^3.5.0" }, "devDependencies": { "@types/react": "~19.2.2", @@ -9727,9 +9727,9 @@ } }, "node_modules/tailwind-merge": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.1.tgz", - "integrity": "sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz", + "integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==", "license": "MIT", "funding": { "type": "github", diff --git a/mobile/package.json b/mobile/package.json index c345048..4be175b 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -41,7 +41,7 @@ "react-native-svg": "15.15.3", "react-native-web": "^0.21.0", "react-native-worklets": "0.7.4", - "tailwind-merge": "^2.5.4" + "tailwind-merge": "^3.5.0" }, "devDependencies": { "@types/react": "~19.2.2",