Skip to content

Commit 35d9365

Browse files
authored
Update Components to 7.6.0 to use Hive-rebranding themed MDX link (#10243)
1 parent 9c39714 commit 35d9365

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@monaco-editor/react": "4.6.0",
7373
"@radix-ui/react-accordion": "^1.2.1",
7474
"@radix-ui/react-icons": "^1.3.0",
75-
"@theguild/components": "7.5.0",
75+
"@theguild/components": "7.6.0",
7676
"classnames": "2.5.1",
7777
"date-fns": "2.30.0",
7878
"dedent": "1.5.3",

website/theme.config.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export default defineConfig({
4646
websiteName: 'GraphQL-Codegen',
4747
description: 'Generate anything from GraphQL schema & operations',
4848
logo: PRODUCTS.CODEGEN.logo({ className: 'w-8' }),
49+
themeVersion: 'hive-rebranding',
4950
color: {
5051
hue: {
5152
dark: 67.1,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4434,10 +4434,10 @@
44344434
resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.10.8.tgz#975446a667755222f62884c19e5c3c66d959b8b4"
44354435
integrity sha512-PBu00mtt95jbKFi6Llk9aik8bnR3tR/oQP1o3TSi+iG//+Q2RTIzCEgKkHG8BB86kxMNW6O8wku+Lmi+QFR6jA==
44364436

4437-
"@theguild/components@7.5.0":
4438-
version "7.5.0"
4439-
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-7.5.0.tgz#316877c0114a49e2b86c83c52243993f47abbd40"
4440-
integrity sha512-2lgg+kWQBGyAgl0948p65l9Qb7jy1RXPSdY9fUL9hQR53g0ea84+d1MffwlC5pWh7y0o6dcznSAXJZcFhJfJ0g==
4437+
"@theguild/components@7.6.0":
4438+
version "7.6.0"
4439+
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-7.6.0.tgz#e144649260bd461cad8372d68bc579c421548b6c"
4440+
integrity sha512-optsjn/l80iMj3IfIpnkBoTt5iYOWks5CsWQvqeSSagjzZEyUOtyEch02PNNj8dLL4WhjXWwIs9oxhLmuTg39A==
44414441
dependencies:
44424442
"@giscus/react" "3.0.0"
44434443
"@next/bundle-analyzer" "15.1.0"

0 commit comments

Comments
 (0)