Skip to content

Commit d9cee60

Browse files
committed
chore: Bump dependencies and drop obsolete fumadocs-ui patch
Update fumadocs, next, react and tooling. Fix codeblock style cast for the new CSSProperties typing.
1 parent a41cef0 commit d9cee60

5 files changed

Lines changed: 1077 additions & 1100 deletions

File tree

package.json

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,41 +14,36 @@
1414
},
1515
"dependencies": {
1616
"@orama/orama": "^3.1.18",
17-
"@radix-ui/react-tabs": "^1.1.13",
17+
"@radix-ui/react-tabs": "^1.1.15",
1818
"class-variance-authority": "^0.7.1",
19-
"fumadocs-core": "16.8.7",
20-
"fumadocs-mdx": "14.3.2",
21-
"fumadocs-ui": "16.7.15",
19+
"fumadocs-core": "16.10.4",
20+
"fumadocs-mdx": "15.0.12",
21+
"fumadocs-ui": "16.10.4",
2222
"hast-util-to-jsx-runtime": "^2.3.6",
23-
"lucide-react": "^1.14.0",
24-
"next": "16.2.4",
25-
"react": "^19.2.5",
26-
"react-dom": "^19.2.5",
23+
"lucide-react": "^1.21.0",
24+
"next": "16.2.9",
25+
"react": "^19.2.7",
26+
"react-dom": "^19.2.7",
2727
"remark": "^15.0.1",
2828
"remark-gemoji": "^8.0.0",
2929
"remark-gfm": "^4.0.1",
3030
"remark-rehype": "^11.1.2",
31-
"tailwind-merge": "^3.5.0",
31+
"tailwind-merge": "^3.6.0",
3232
"unist-util-visit": "^5.1.0",
33-
"zod": "^4.4.2"
33+
"zod": "^4.4.3"
3434
},
3535
"devDependencies": {
36-
"@tailwindcss/postcss": "^4.2.4",
36+
"@tailwindcss/postcss": "^4.3.1",
3737
"@types/hast": "^3.0.4",
38-
"@types/mdx": "^2.0.13",
39-
"@types/node": "^25.6.0",
40-
"@types/react": "^19.2.14",
38+
"@types/mdx": "^2.0.14",
39+
"@types/node": "^26.0.0",
40+
"@types/react": "^19.2.17",
4141
"@types/react-dom": "^19.2.3",
42-
"oxfmt": "^0.47.0",
43-
"oxlint": "^1.62.0",
44-
"postcss": "^8.5.13",
45-
"tailwindcss": "^4.2.4",
42+
"oxfmt": "^0.55.0",
43+
"oxlint": "^1.70.0",
44+
"postcss": "^8.5.15",
45+
"tailwindcss": "^4.3.1",
4646
"typescript": "^6.0.3"
4747
},
48-
"packageManager": "pnpm@10.33.0",
49-
"pnpm": {
50-
"patchedDependencies": {
51-
"fumadocs-ui@16.7.15": "patches/fumadocs-ui@16.7.15.patch"
52-
}
53-
}
48+
"packageManager": "pnpm@10.33.0"
5449
}

patches/fumadocs-ui@16.7.15.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)