Skip to content

Commit 9288d03

Browse files
committed
chore(docs): upgrade dependencies from PRs #923 and #926
Combine Renovate PRs #923 (minor dependency updates) and #926 (eslint major bump): - Upgrade Next.js from 16.1.7 to 16.2.0 and related packages - Update fumadocs (core/mdx/ui) to latest patch versions - Bump Tailwind CSS 4.1.18 → 4.2.2 with supporting packages - Update React 19.2.3 → 19.2.4 and related dependencies - Update utilities: prettier, postcss, zod, wrangler, and others Note: Skipped eslint 9 → 10 major bump due to upstream compatibility issues with @typescript-eslint/utils (used by eslint-config-next). Will wait for typescript-eslint 9.x. Verified: pnpm lint and Next.js build (all 144 pages generated successfully).
1 parent 5af54dd commit 9288d03

2 files changed

Lines changed: 1115 additions & 1131 deletions

File tree

docs/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
1616
},
1717
"dependencies": {
18-
"@next/third-parties": "^16.1.6",
18+
"@next/third-parties": "^16.2.0",
1919
"@opennextjs/cloudflare": "^1.14.8",
2020
"@radix-ui/react-accordion": "^1.2.12",
2121
"@radix-ui/react-alert-dialog": "^1.1.15",
@@ -48,44 +48,44 @@
4848
"cmdk": "^1.1.1",
4949
"date-fns": "^4.1.0",
5050
"embla-carousel-react": "^8.6.0",
51-
"fumadocs-core": "16.6.16",
52-
"fumadocs-mdx": "14.2.9",
53-
"fumadocs-ui": "16.6.16",
51+
"fumadocs-core": "16.6.17",
52+
"fumadocs-mdx": "14.2.10",
53+
"fumadocs-ui": "16.6.17",
5454
"input-otp": "^1.4.2",
5555
"lucide-react": "^0.577.0",
5656
"mermaid": "^11.13.0",
57-
"next": "16.1.7",
57+
"next": "16.2.0",
5858
"next-themes": "^0.4.6",
5959
"radix-ui": "^1.4.3",
60-
"react": "^19.2.3",
61-
"react-day-picker": "^9.13.0",
62-
"react-dom": "^19.2.3",
63-
"react-resizable-panels": "^4.7.2",
60+
"react": "^19.2.4",
61+
"react-day-picker": "^9.14.0",
62+
"react-dom": "^19.2.4",
63+
"react-resizable-panels": "^4.7.3",
6464
"remark-mdx": "^3.1.0",
6565
"remark-parse": "^11.0.0",
6666
"remark-stringify": "^11.0.0",
6767

6868
"shiki": "^4.0.0",
6969
"unified": "^11.0.0",
7070
"sonner": "^2.0.7",
71-
"tailwind-merge": "^3.4.0",
72-
"zod": "^4.3.5"
71+
"tailwind-merge": "^3.5.0",
72+
"zod": "^4.3.6"
7373
},
7474
"devDependencies": {
7575
"@stylistic/eslint-plugin": "^5.10.0",
76-
"@tailwindcss/postcss": "^4.1.18",
76+
"@tailwindcss/postcss": "^4.2.2",
7777
"@types/mdast": "^4.0.0",
7878
"@types/mdx": "^2.0.13",
7979
"@types/node": "^25.0.0",
80-
"@types/react": "^19.2.7",
80+
"@types/react": "^19.2.14",
8181
"@types/react-dom": "^19.2.3",
8282
"eslint": "^9.39.4",
83-
"eslint-config-next": "16.1.6",
84-
"postcss": "^8.5.6",
85-
"prettier": "^3.7.4",
86-
"tailwindcss": "^4.1.18",
83+
"eslint-config-next": "16.2.0",
84+
"postcss": "^8.5.8",
85+
"prettier": "^3.8.1",
86+
"tailwindcss": "^4.2.2",
8787
"tw-animate-css": "^1.4.0",
8888
"typescript": "^5.9.3",
89-
"wrangler": "^4.73.0"
89+
"wrangler": "^4.75.0"
9090
}
9191
}

0 commit comments

Comments
 (0)