From eb165c1f724db832d4961d36304a1aac3ae3646e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:11:58 +0000 Subject: [PATCH] build(deps): bump tailwind-variants from 0.1.20 to 0.2.1 Bumps [tailwind-variants](https://github.com/nextui-org/tailwind-variants) from 0.1.20 to 0.2.1. - [Release notes](https://github.com/nextui-org/tailwind-variants/releases) - [Commits](https://github.com/nextui-org/tailwind-variants/compare/v0.1.20...v0.2.1) --- updated-dependencies: - dependency-name: tailwind-variants dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1bad8db3..3fcfc2df 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "svelte-ux": "^0.60.6", "sveltekit-superforms": "^1.13.4", "tailwind-merge": "^2.2.0", - "tailwind-variants": "^0.1.19", + "tailwind-variants": "^0.2.1", "tw-colors": "^3.3.1", "zod": "^3.22.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 93792123..89e74d61 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ dependencies: specifier: ^2.2.0 version: 2.2.1 tailwind-variants: - specifier: ^0.1.19 - version: 0.1.20(tailwindcss@3.4.1) + specifier: ^0.2.1 + version: 0.2.1(tailwindcss@3.4.1) tw-colors: specifier: ^3.3.1 version: 3.3.1(tailwindcss@3.4.1) @@ -6184,10 +6184,6 @@ packages: resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} dev: false - /tailwind-merge@1.14.0: - resolution: {integrity: sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==} - dev: false - /tailwind-merge@2.2.1: resolution: {integrity: sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==} dependencies: @@ -6200,13 +6196,13 @@ packages: '@babel/runtime': 7.24.1 dev: false - /tailwind-variants@0.1.20(tailwindcss@3.4.1): - resolution: {integrity: sha512-AMh7x313t/V+eTySKB0Dal08RHY7ggYK0MSn/ad8wKWOrDUIzyiWNayRUm2PIJ4VRkvRnfNuyRuKbLV3EN+ewQ==} + /tailwind-variants@0.2.1(tailwindcss@3.4.1): + resolution: {integrity: sha512-2xmhAf4UIc3PijOUcJPA1LP4AbxhpcHuHM2C26xM0k81r0maAO6uoUSHl3APmvHZcY5cZCY/bYuJdfFa4eGoaw==} engines: {node: '>=16.x', pnpm: '>=7.x'} peerDependencies: tailwindcss: '*' dependencies: - tailwind-merge: 1.14.0 + tailwind-merge: 2.2.2 tailwindcss: 3.4.1 dev: false