From 7ebab25cdd336e96ccb6273cefd4405f4fb3bd1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:57:03 +0000 Subject: [PATCH] fix(deps): update dependency @theguild/components to v6.6.6 --- pnpm-lock.yaml | 22 ++++++++++++++++------ website/package.json | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5cc25c1e5..c23ce7032 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -242,8 +242,8 @@ importers: specifier: 1.2.8 version: 1.2.8(react@18.3.1) '@theguild/components': - specifier: 6.6.4 - version: 6.6.4(@types/react@18.3.4)(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2) + specifier: 6.6.6 + version: 6.6.6(@types/react@18.3.4)(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2) clsx: specifier: 2.1.1 version: 2.1.1 @@ -966,6 +966,9 @@ packages: '@next/bundle-analyzer@14.2.5': resolution: {integrity: sha512-BtBbI8VUnB7s4m9ut6CkeJ8Hyx+aq+86mbH+uAld7ZGG0/eH4+5hcPnkHKsQM/yj74iClazS0fninI8yZbIZWA==} + '@next/bundle-analyzer@14.2.8': + resolution: {integrity: sha512-1AVsLkZhCsLwY9u7WLw6TOdYbSiAqz2avpJXPJBfIU7zvYpGiHzZkAJLSdbf9o3DwyFVoxTuDrErj6NmgDSWVg==} + '@next/env@13.5.7': resolution: {integrity: sha512-uVuRqoj28Ys/AI/5gVEgRAISd0KWI0HRjOO1CTpNgmX3ZsHb5mdn14Y59yk0IxizXdo7ZjsI2S7qbWnO+GNBcA==} @@ -1428,8 +1431,8 @@ packages: '@tanstack/virtual-core@3.10.8': resolution: {integrity: sha512-PBu00mtt95jbKFi6Llk9aik8bnR3tR/oQP1o3TSi+iG//+Q2RTIzCEgKkHG8BB86kxMNW6O8wku+Lmi+QFR6jA==} - '@theguild/components@6.6.4': - resolution: {integrity: sha512-pW3HdLJ4kPXP0L6XHhkLYUH6ng52XrSdQZkfLDSGVmsgNB3Rnq1RU0ndh3p8y90djAgHcKbudCG42+SDAt623w==} + '@theguild/components@6.6.6': + resolution: {integrity: sha512-FBCXGfKaeGD7mYUwJe8ZpcNUc9Fw0V4gFFz2BKYLF4tCV6aIpV1O8Y9oF7n04pidELNojBxY5WolCqJfm2aWrw==} peerDependencies: next: ^13 || ^14 react: ^18.2.0 @@ -6388,6 +6391,13 @@ snapshots: - bufferutil - utf-8-validate + '@next/bundle-analyzer@14.2.8': + dependencies: + webpack-bundle-analyzer: 4.10.1 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + '@next/env@13.5.7': {} '@next/env@14.2.5': {} @@ -6788,10 +6798,10 @@ snapshots: '@tanstack/virtual-core@3.10.8': {} - '@theguild/components@6.6.4(@types/react@18.3.4)(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2)': + '@theguild/components@6.6.6(@types/react@18.3.4)(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2)': dependencies: '@giscus/react': 3.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@next/bundle-analyzer': 14.2.5 + '@next/bundle-analyzer': 14.2.8 clsx: 2.1.1 fuzzy: 0.1.3 next: 14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) diff --git a/website/package.json b/website/package.json index 50a8776b5..b12e221d5 100644 --- a/website/package.json +++ b/website/package.json @@ -15,7 +15,7 @@ "dependencies": { "@radix-ui/react-tooltip": "1.1.2", "@stitches/react": "1.2.8", - "@theguild/components": "6.6.4", + "@theguild/components": "6.6.6", "clsx": "2.1.1", "date-fns": "3.6.0", "formik": "2.4.6",