From 58acd8ed901c41230d4370ff2fafe6fda1d867a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:32:38 +0000 Subject: [PATCH] chore(deps-dev): bump tailwind-variants from 2.1.0 to 3.1.0 in /seeder Bumps [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) from 2.1.0 to 3.1.0. - [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.0) --- updated-dependencies: - dependency-name: tailwind-variants dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- seeder/package-lock.json | 8 ++++---- seeder/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/seeder/package-lock.json b/seeder/package-lock.json index 2e73ab40e..17271d946 100644 --- a/seeder/package-lock.json +++ b/seeder/package-lock.json @@ -28,7 +28,7 @@ "svelte": "^5.38.0", "svelte-check": "^4.3.1", "tailwind-merge": "^3.3.1", - "tailwind-variants": "^2.1.0", + "tailwind-variants": "^3.1.0", "tailwindcss": "^3.4.17", "tailwindcss-animate": "^1.0.7", "terser": "^5.43.1", @@ -4305,9 +4305,9 @@ } }, "node_modules/tailwind-variants": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-2.1.0.tgz", - "integrity": "sha512-82m0eRex0z6A3GpvfoTCpHr+wWJmbecfVZfP3mqLoDxeya5tN4mYJQZwa5Aw1hRZTedwpu1D2JizYenoEdyD8w==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.1.0.tgz", + "integrity": "sha512-ieiYaEfUr+sNhw/k++dosmZfVA4VIG5bV+G1eGdJSC4FcflqQv0iSIlOLj/RbzRuTu/VrIiNSlwh1esBM3BXUg==", "dev": true, "license": "MIT", "engines": { diff --git a/seeder/package.json b/seeder/package.json index 803f1fde9..0bc0697a4 100644 --- a/seeder/package.json +++ b/seeder/package.json @@ -35,7 +35,7 @@ "svelte": "^5.38.0", "svelte-check": "^4.3.1", "tailwind-merge": "^3.3.1", - "tailwind-variants": "^2.1.0", + "tailwind-variants": "^3.1.0", "tailwindcss": "^3.4.17", "tailwindcss-animate": "^1.0.7", "terser": "^5.43.1",