Skip to content

Commit

Permalink
@theguild/components bump
Browse files Browse the repository at this point in the history
.

.

.
  • Loading branch information
gilgardosh committed Mar 24, 2024
1 parent 061b0fc commit f5b4a3e
Show file tree
Hide file tree
Showing 4 changed files with 704 additions and 913 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"build": "next build && next-sitemap --config next-sitemap.config.cjs"
},
"dependencies": {
"@theguild/components": "^6.1.1",
"@theguild/components": "6.4.0",
"clsx": "^2.1.0",
"next": "^14.0.4",
"next": "^14.1.4",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 4 additions & 2 deletions website/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defineConfig } from '@theguild/components';
import { defineConfig, PRODUCTS } from '@theguild/components';

export default defineConfig({
siteName: 'SSE',
description: PRODUCTS.SSE.title,
docsRepositoryBase: 'https://github.com/enisdenjo/graphql-sse',
logo: PRODUCTS.SSE.logo({ className: 'w-9' }),
websiteName: 'SSE',
});
1 change: 0 additions & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"include": [
"src",
"scripts",
"next.config.mjs",
"postcss.config.cjs",
"tailwind.config.cjs",
"theme.config.tsx",
Expand Down
Loading

0 comments on commit f5b4a3e

Please sign in to comment.