From 397f0aea8b01bd225f1820730e1b9cc146d069e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 21:14:23 +0000 Subject: [PATCH] Bump tailwind-variants from 2.1.0 to 3.1.1 Bumps [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) from 2.1.0 to 3.1.1. - [Release notes](https://github.com/heroui-inc/tailwind-variants/releases) - [Changelog](https://github.com/heroui-inc/tailwind-variants/blob/main/CHANGELOG.md) - [Commits](https://github.com/heroui-inc/tailwind-variants/compare/v2.1.0...v3.1.1) --- updated-dependencies: - dependency-name: tailwind-variants dependency-version: 3.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- control-panel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-panel/package.json b/control-panel/package.json index 18033eb..3ce9893 100644 --- a/control-panel/package.json +++ b/control-panel/package.json @@ -43,7 +43,7 @@ "svelte": "^5.38.3", "svelte-check": "^4.3.1", "tailwind-merge": "^3.3.1", - "tailwind-variants": "^2.1.0", + "tailwind-variants": "^3.1.1", "tailwindcss": "^4.1.12", "tw-animate-css": "^1.3.7", "typescript": "^5.9.2",