From a4f8e6c16c3acb09ef27dd4164941ae6596870e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 11:25:32 +0000 Subject: [PATCH] chore(deps): bump tailwind-variants from 0.3.0 to 1.0.0 Bumps [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/heroui-inc/tailwind-variants/releases) - [Commits](https://github.com/heroui-inc/tailwind-variants/compare/v0.3.0...v1.0.0) --- updated-dependencies: - dependency-name: tailwind-variants dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 736049f..a68aa1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@pinia/nuxt": "^0.9.0", "pinia": "^2.3.0", "radix-vue": "1.9.12", - "tailwind-variants": "^0.3.0" + "tailwind-variants": "^1.0.0" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.4.0", @@ -10466,9 +10466,9 @@ } }, "node_modules/tailwind-merge": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.0.tgz", - "integrity": "sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.0.2.tgz", + "integrity": "sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==", "license": "MIT", "funding": { "type": "github", @@ -10476,12 +10476,12 @@ } }, "node_modules/tailwind-variants": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.3.0.tgz", - "integrity": "sha512-ho2k5kn+LB1fT5XdNS3Clb96zieWxbStE9wNLK7D0AV64kdZMaYzAKo0fWl6fXLPY99ffF9oBJnIj5escEl/8A==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-1.0.0.tgz", + "integrity": "sha512-2WSbv4ulEEyuBKomOunut65D8UZwxrHoRfYnxGcQNnHqlSCp2+B7Yz2W+yrNDrxRodOXtGD/1oCcKGNBnUqMqA==", "license": "MIT", "dependencies": { - "tailwind-merge": "^2.5.4" + "tailwind-merge": "3.0.2" }, "engines": { "node": ">=16.x", diff --git a/package.json b/package.json index de21536..b4642f7 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "@pinia/nuxt": "^0.9.0", "pinia": "^2.3.0", "radix-vue": "1.9.12", - "tailwind-variants": "^0.3.0" + "tailwind-variants": "^1.0.0" } } \ No newline at end of file