Skip to content

Commit 55e1455

Browse files
fix(deps): update dependency @theguild/components to v9.4.1 (#2560)
* fix(deps): update dependency @theguild/components to v9.4.1 * Fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 3d32026 commit 55e1455

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

website/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function IndexPage() {
2828
<Hero
2929
heading="Enterprise Grade Tooling for Your GraphQL Server"
3030
text="GraphQL Modules is a toolset of libraries and guidelines dedicated to create reusable, maintainable, testable and extendable modules out of your GraphQL server."
31-
logo={<ModulesLogo />}
31+
top={<ModulesLogo />}
3232
checkmarks={['Fully open source', 'No vendor lock']}
3333
>
3434
<CallToAction variant="primary-inverted" href="/docs">

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5013,9 +5013,9 @@
50135013
integrity sha512-AySf2kV6OHvwgD3DrLdT2az2g4hRdoRtKsFCLdZo3jOoKte+ft/IQJEnOW7CPT0RYUskS3elv6eabYgSyTH4tg==
50145014

50155015
"@theguild/components@^9.1.2":
5016-
version "9.2.0"
5017-
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-9.2.0.tgz#989c4f0e0ebae1472887c5f3cd4461e005561230"
5018-
integrity sha512-YOk4VpKiRwosjZMfXf4Y+jOGajlrNL8ZWhwVxWrhcWWOk7IZNfP94K5JbMNN9opENQ1y/nRoD0kUg7wjl6yW2g==
5016+
version "9.4.1"
5017+
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-9.4.1.tgz#da4c7f3dc6a8c4316ea9fc2a6dcc01967ec2427d"
5018+
integrity sha512-eD1d6Ycg7GBwVQ2Wxs3mKEGkvUK02en/r9bWKx3smJhmXZ5H+HXj4FkNcsYvQdcXfa4szoowomLThXzKXKfxCA==
50195019
dependencies:
50205020
"@giscus/react" "3.1.0"
50215021
"@next/bundle-analyzer" "15.1.5"
@@ -5024,8 +5024,8 @@
50245024
"@radix-ui/react-navigation-menu" "^1.2.0"
50255025
clsx "2.1.1"
50265026
fuzzy "0.1.3"
5027-
nextra "4.0.4"
5028-
nextra-theme-docs "4.0.4"
5027+
nextra "4.0.5"
5028+
nextra-theme-docs "4.0.5"
50295029
react-paginate "8.2.0"
50305030
react-player "2.16.0"
50315031
semver "^7.3.8"
@@ -12552,10 +12552,10 @@ [email protected]:
1255212552
"@next/swc-win32-x64-msvc" "15.1.7"
1255312553
sharp "^0.33.5"
1255412554

12555-
12556-
version "4.0.4"
12557-
resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-4.0.4.tgz#584783f779681581ee55bfb305bdb7ef5b12d931"
12558-
integrity sha512-AI6B+0ezFgMPQ8/KNg7IlCX2NHY0VP1ceAUt/CUUDEP2rsR9StaPI+YCe0NZJkq0F9seLcWOKa5yGvYwK7/+jg==
12555+
12556+
version "4.0.5"
12557+
resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-4.0.5.tgz#f649ae12cece6d8bfb05b0f415bbb4ef66d38261"
12558+
integrity sha512-aF4HRjbVZvd+VWTssaieXFyJ7xVnGiKlJZ+WfxCG95izoHuYdY3dwibQTc32ERMXWAg//h/t7en5QggF3hKVaA==
1255912559
dependencies:
1256012560
"@headlessui/react" "^2.1.2"
1256112561
clsx "^2.1.0"
@@ -12566,10 +12566,10 @@ [email protected]:
1256612566
zod-validation-error "^3.0.0"
1256712567
zustand "^5.0.1"
1256812568

12569-
12570-
version "4.0.4"
12571-
resolved "https://registry.yarnpkg.com/nextra/-/nextra-4.0.4.tgz#fdbc93594776c81422f84317caa938f6a7875d01"
12572-
integrity sha512-UqfBlbc+Is7dNjMnpv0Hd7tXn7yX2wiISNPzp+zhqSO7vUsLtFFeib7G8AdXYR8l1MrJZpw7MBrGXa4u9kacNg==
12569+
12570+
version "4.0.5"
12571+
resolved "https://registry.yarnpkg.com/nextra/-/nextra-4.0.5.tgz#258cd7c1f288fc74ea630c8404200676a1fefe68"
12572+
integrity sha512-wv1rzzQJtREGZDjdR7G41z3d7NewHvpmgNmPwEABIlEfgsmyEdMSZbrkn5jna8/2SUBsSio/lcBIGemkvuBtSA==
1257312573
dependencies:
1257412574
"@formatjs/intl-localematcher" "^0.5.4"
1257512575
"@headlessui/react" "^2.1.2"

0 commit comments

Comments
 (0)