From 80b7899126c0d47f8c6a06732c14d95b31dd0bda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:21:27 +0000 Subject: [PATCH] chore(deps-dev): 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 | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9a804c..9997df4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "svelte-turnstile": "^0.9.0", "sveltekit-superforms": "^2.20.0", "tailwind-merge": "^2.5.4", - "tailwind-variants": "^0.2.1", + "tailwind-variants": "^0.3.0", "tailwindcss": "^3.4.9", "tailwindcss-animate": "^1.0.7", "typescript": "^5.0.0", @@ -5785,13 +5785,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, - "license": "MIT", "dependencies": { - "tailwind-merge": "^2.2.0" + "tailwind-merge": "^2.5.4" }, "engines": { "node": ">=16.x", diff --git a/package.json b/package.json index 8100703..b28ebc0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "svelte-turnstile": "^0.9.0", "sveltekit-superforms": "^2.20.0", "tailwind-merge": "^2.5.4", - "tailwind-variants": "^0.2.1", + "tailwind-variants": "^0.3.0", "tailwindcss": "^3.4.9", "tailwindcss-animate": "^1.0.7", "typescript": "^5.0.0",