From 2605112702aa824fe8912c2a41728069473b4888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 01:08:26 +0000 Subject: [PATCH] chore(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 | 22 ++++++++-------------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index ceac197..f19772b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/react-dom": "18.2.6", "@vercel/analytics": "^1.0.1", "autoprefixer": "10.4.14", - "class-variance-authority": "^0.6.0", + "class-variance-authority": "^0.6.1", "clsx": "^1.2.1", "eslint": "8.43.0", "eslint-config-next": "13.4.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b86acb5..4808597 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@t3-oss/env-nextjs': specifier: ^0.6.0 @@ -23,8 +27,8 @@ dependencies: specifier: 10.4.14 version: 10.4.14(postcss@8.4.24) 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 @@ -706,16 +710,10 @@ packages: fsevents: 2.3.2 dev: false - /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 /client-only@0.0.1: @@ -2840,7 +2838,3 @@ packages: /zod@3.21.4: resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==} dev: false - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false