Skip to content

Commit b179ec1

Browse files
committed
Use a stable v8 of @theguild/components
1 parent 5bd10a2 commit b179ec1

File tree

3 files changed

+71
-227
lines changed

3 files changed

+71
-227
lines changed

website/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@theguild/components": "8.0.0-alpha-20241206100653-e3101f5b94712d9fed27f767b4190b4167baa82e",
13+
"@theguild/components": "^8.0.0",
1414
"next": "^15.0.0",
1515
"next-sitemap": "^4.2.3",
1616
"react": "^19.0.0",

0 commit comments

Comments
 (0)