From e2cb78e5b6cf3b68234dac7d7f5bbcfbaaf98ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:20:40 +0000 Subject: [PATCH] chore(deps-npm): bump tailwind-variants from 0.2.1 to 0.3.0 Bumps [tailwind-variants](https://github.com/nextui-org/tailwind-variants) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/nextui-org/tailwind-variants/releases) - [Commits](https://github.com/nextui-org/tailwind-variants/compare/v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: tailwind-variants dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d192cd5399..6e537ab751 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": "^0.3.0", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "yaml": "2.6.0" @@ -10864,12 +10864,12 @@ } }, "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": "0.3.0", + "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.3.0.tgz", + "integrity": "sha512-ho2k5kn+LB1fT5XdNS3Clb96zieWxbStE9wNLK7D0AV64kdZMaYzAKo0fWl6fXLPY99ffF9oBJnIj5escEl/8A==", "dev": true, "dependencies": { - "tailwind-merge": "^2.2.0" + "tailwind-merge": "^2.5.4" }, "engines": { "node": ">=16.x", @@ -19795,12 +19795,12 @@ "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": "0.3.0", + "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.3.0.tgz", + "integrity": "sha512-ho2k5kn+LB1fT5XdNS3Clb96zieWxbStE9wNLK7D0AV64kdZMaYzAKo0fWl6fXLPY99ffF9oBJnIj5escEl/8A==", "dev": true, "requires": { - "tailwind-merge": "^2.2.0" + "tailwind-merge": "^2.5.4" } }, "tailwindcss": { diff --git a/package.json b/package.json index a0ecb2b1d0..f07ca0fc43 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": "^0.3.0", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "yaml": "2.6.0"