From 87c7ff40c9f461f779b57c669b10ec3a39a7906d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 03:09:08 +0000 Subject: [PATCH] chore(deps-npm): bump tailwind-variants from 0.2.1 to 1.0.0 Bumps [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) from 0.2.1 to 1.0.0. - [Release notes](https://github.com/heroui-inc/tailwind-variants/releases) - [Commits](https://github.com/heroui-inc/tailwind-variants/compare/v0.2.1...v1.0.0) --- updated-dependencies: - dependency-name: tailwind-variants dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++--------------- package.json | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bae30bdf6..db7e4fdb30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "cspell": "^8.16.0", "postcss": "^8.4.45", "rdme": "8.6.6", - "tailwind-variants": "^0.2.1", + "tailwind-variants": "^1.0.0", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "yaml": "2.6.1" @@ -10842,22 +10842,24 @@ } }, "node_modules/tailwind-merge": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.4.tgz", - "integrity": "sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.0.2.tgz", + "integrity": "sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" } }, "node_modules/tailwind-variants": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.2.1.tgz", - "integrity": "sha512-2xmhAf4UIc3PijOUcJPA1LP4AbxhpcHuHM2C26xM0k81r0maAO6uoUSHl3APmvHZcY5cZCY/bYuJdfFa4eGoaw==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-1.0.0.tgz", + "integrity": "sha512-2WSbv4ulEEyuBKomOunut65D8UZwxrHoRfYnxGcQNnHqlSCp2+B7Yz2W+yrNDrxRodOXtGD/1oCcKGNBnUqMqA==", "dev": true, + "license": "MIT", "dependencies": { - "tailwind-merge": "^2.2.0" + "tailwind-merge": "3.0.2" }, "engines": { "node": ">=16.x", @@ -19769,18 +19771,18 @@ } }, "tailwind-merge": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.4.tgz", - "integrity": "sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.0.2.tgz", + "integrity": "sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==", "dev": true }, "tailwind-variants": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.2.1.tgz", - "integrity": "sha512-2xmhAf4UIc3PijOUcJPA1LP4AbxhpcHuHM2C26xM0k81r0maAO6uoUSHl3APmvHZcY5cZCY/bYuJdfFa4eGoaw==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-1.0.0.tgz", + "integrity": "sha512-2WSbv4ulEEyuBKomOunut65D8UZwxrHoRfYnxGcQNnHqlSCp2+B7Yz2W+yrNDrxRodOXtGD/1oCcKGNBnUqMqA==", "dev": true, "requires": { - "tailwind-merge": "^2.2.0" + "tailwind-merge": "3.0.2" } }, "tailwindcss": { diff --git a/package.json b/package.json index 6f9aa3cd50..bc90a5bd7a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "cspell": "^8.16.0", "postcss": "^8.4.45", "rdme": "8.6.6", - "tailwind-variants": "^0.2.1", + "tailwind-variants": "^1.0.0", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "yaml": "2.6.1"