Skip to content

Commit b9f48b1

Browse files
committed
chore: update deps
1 parent 17a4d59 commit b9f48b1

File tree

5 files changed

+518
-527
lines changed

5 files changed

+518
-527
lines changed

app/_components/social.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { siBluesky, siDiscord, siGithub, siLinkedin, siX } from 'simple-icons'
1+
import { siBluesky, siDiscord, siGithub, siX } from 'simple-icons'
22
import { SimpleIconComponent } from './browser-support'
33

44
interface SocialLink {
@@ -34,18 +34,18 @@ export const SOCIAL_LINKS: SocialLink[] = [
3434
/>
3535
),
3636
},
37-
{
38-
label: 'LinkedIn',
39-
link: 'https://www.linkedin.com/in/thedaviddias',
40-
shortlink: 'https://ddias.link/linkedin',
41-
rel: 'me',
42-
icon: (
43-
<SimpleIconComponent
44-
icon={siLinkedin}
45-
className="w-10 h-10 p-1.5 border rounded-full transition-colors duration-200 hover:bg-gray-100 dark:hover:bg-gray-800 border-gray-200 dark:border-gray-700"
46-
/>
47-
),
48-
},
37+
// {
38+
// label: 'LinkedIn',
39+
// link: 'https://www.linkedin.com/in/thedaviddias',
40+
// shortlink: 'https://ddias.link/linkedin',
41+
// rel: 'me',
42+
// icon: (
43+
// <SimpleIconComponent
44+
// icon={siLinkedin}
45+
// className="w-10 h-10 p-1.5 border rounded-full transition-colors duration-200 hover:bg-gray-100 dark:hover:bg-gray-800 border-gray-200 dark:border-gray-700"
46+
// />
47+
// ),
48+
// },
4949
{
5050
label: 'Discord',
5151
link: 'https://discord.gg/EG6tmxsESP',

content/en/_meta.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export default {
33
type: 'page',
44
display: 'hidden',
55
theme: {
6-
typesetting: 'article',
7-
layout: 'full'
6+
toc: false,
7+
typesetting: 'article'
88
}
99
},
1010
patterns: {
@@ -15,9 +15,9 @@ export default {
1515
type: 'page',
1616
title: 'Pattern Guide',
1717
theme: {
18+
toc: false,
1819
sidebar: false,
19-
typesetting: 'article',
20-
layout: 'full'
20+
typesetting: 'article'
2121
}
2222
},
2323
glossary: {
@@ -33,6 +33,7 @@ export default {
3333
type: 'page',
3434
title: 'Blog',
3535
theme: {
36+
toc: false,
3637
sidebar: false,
3738
typesetting: 'article'
3839
}
@@ -41,6 +42,7 @@ export default {
4142
type: 'page',
4243
title: 'About',
4344
theme: {
45+
toc: false,
4446
sidebar: false,
4547
typesetting: 'article',
4648
}

content/en/pattern-guide/index.mdx

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
import { PatternAssistantGrid } from "@/app/_components/sections/pattern-assistant-grid";
22

3-
<div>
4-
<div className="text-center py-16 md:py-24">
5-
<h1 className="text-4xl font-bold tracking-tight sm:text-5xl md:text-6xl">
6-
Choose the Right Pattern
7-
</h1>
8-
<div className="mt-3 max-w-md mx-auto text-base text-gray-500 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl">
9-
Compare similar patterns and make informed decisions based on your specific use case and requirements.
10-
</div>
11-
</div>
3+
# Choose the Right Pattern
124

13-
<PatternAssistantGrid lang="en" />
14-
</div>
5+
Compare similar patterns and make informed decisions based on your specific use case and requirements.
6+
7+
<PatternAssistantGrid lang="en" />

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"tsc": "tsc --noEmit",
2424
"update-patterns": "node scripts/update-patterns-list.js"
2525
},
26-
"packageManager": "pnpm@9.15.1",
26+
"packageManager": "pnpm@10.2.1",
2727
"browserslist": [
2828
">= .25%",
2929
"not dead"
@@ -39,23 +39,23 @@
3939
"dagre": "^0.8.5",
4040
"gray-matter": "^4.0.3",
4141
"html-to-image": "^1.11.11",
42-
"lucide-react": "^0.474.0",
42+
"lucide-react": "^0.475.0",
4343
"markdown-to-jsx": "^7.7.3",
4444
"next": "^15.1.6",
4545
"next-plausible": "^3.12.4",
46-
"nextra": "4.0.0-app-router.33",
47-
"nextra-theme-docs": "4.0.0-app-router.33",
48-
"react": "18.3.1",
49-
"react-dom": "18.3.1",
46+
"nextra": "4.2.5",
47+
"nextra-theme-docs": "4.2.5",
48+
"react": "19.0.0",
49+
"react-dom": "19.0.0",
5050
"react-intersection-observer": "^9.15.1",
5151
"react-markdown": "^9.0.3",
5252
"react-resizable-panels": "^2.1.7",
5353
"reactflow": "^11.11.4",
5454
"remark-gfm": "^4.0.0",
5555
"remove-markdown": "^0.6.0",
5656
"require-in-the-middle": "^7.5.1",
57-
"simple-icons": "^13.21.0",
58-
"tailwind-merge": "^2.6.0",
57+
"simple-icons": "^14.6.0",
58+
"tailwind-merge": "^3.0.1",
5959
"tailwindcss-animate": "^1.0.7"
6060
},
6161
"devDependencies": {
@@ -65,15 +65,15 @@
6565
"@radix-ui/react-aspect-ratio": "^1.1.2",
6666
"@radix-ui/react-dialog": "^1.1.6",
6767
"@svgr/webpack": "^8.1.0",
68-
"@tailwindcss/postcss": "4.0.0-beta.8",
69-
"@types/node": "22.10.2",
70-
"@types/react": "18.3.13",
68+
"@tailwindcss/postcss": "4.0.5",
69+
"@types/node": "22.13.1",
70+
"@types/react": "19.0.8",
7171
"cross-env": "^7.0.3",
7272
"eslint": "^9.20.0",
73-
"eslint-config-next": "15.1.2",
73+
"eslint-config-next": "15.1.6",
7474
"pagefind": "^1.3.0",
7575
"plop": "^4.0.1",
76-
"tailwindcss": "4.0.3",
76+
"tailwindcss": "4.0.5",
7777
"tsx": "^4.19.2",
7878
"typescript": "^5.7.3"
7979
}

0 commit comments

Comments
 (0)