From 4b9705f3ae56ca5794b5d57c0843399a19965617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 05:13:28 +0000 Subject: [PATCH] build(deps): bump class-variance-authority from 0.6.0 to 0.6.1 Bumps [class-variance-authority](https://github.com/joe-bell/cva) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/joe-bell/cva/releases) - [Commits](https://github.com/joe-bell/cva/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: class-variance-authority dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 2a766dd..d917a2e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@radix-ui/react-toast": "^1.1.4", "@tailwindcss/forms": "^0.5.3", "aos": "^2.3.4", - "class-variance-authority": "^0.6.0", + "class-variance-authority": "^0.6.1", "clsx": "^1.2.1", "eslint": "8.43.0", "lucide-react": "^0.242.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5081391..4d7a864 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ dependencies: specifier: ^2.3.4 version: 2.3.4 class-variance-authority: - specifier: ^0.6.0 - version: 0.6.0(typescript@5.1.3) + specifier: ^0.6.1 + version: 0.6.1 clsx: specifier: ^1.2.1 version: 1.2.1 @@ -1778,16 +1778,10 @@ packages: optionalDependencies: fsevents: 2.3.2 - /class-variance-authority@0.6.0(typescript@5.1.3): - resolution: {integrity: sha512-qdRDgfjx3GRb9fpwpSvn+YaidnT7IUJNe4wt5/SWwM+PmUwJUhQRk/8zAyNro0PmVfmen2635UboTjIBXXxy5A==} - peerDependencies: - typescript: '>= 4.5.5 < 6' - peerDependenciesMeta: - typescript: - optional: true + /class-variance-authority@0.6.1: + resolution: {integrity: sha512-eurOEGc7YVx3majOrOb099PNKgO3KnKSApOprXI4BTq6bcfbqbQXPN2u+rPPmIJ2di23bMwhk0SxCCthBmszEQ==} dependencies: clsx: 1.2.1 - typescript: 5.1.3 dev: false /classlist-polyfill@1.2.0: