Skip to content

Commit 65deef6

Browse files
committed
Chore: Bump deps
1 parent 5c7d1cc commit 65deef6

File tree

35 files changed

+2268
-1676
lines changed

35 files changed

+2268
-1676
lines changed

apps/docs/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"start": "next start"
1313
},
1414
"dependencies": {
15-
"@ai-sdk/openai-compatible": "^1.0.17",
16-
"@ai-sdk/react": "^2.0.44",
15+
"@ai-sdk/openai-compatible": "^1.0.18",
16+
"@ai-sdk/react": "^2.0.51",
1717
"@fumadocs/mdx-remote": "workspace:*",
1818
"@mixedbread/sdk": "^0.28.1",
19-
"@orama/orama": "^3.1.13",
19+
"@orama/orama": "^3.1.14",
2020
"@oramacloud/client": "^2.1.4",
2121
"@radix-ui/react-dialog": "^1.1.15",
2222
"@radix-ui/react-hover-card": "^1.1.15",
2323
"@radix-ui/react-presence": "^1.1.5",
2424
"@radix-ui/react-tooltip": "^1.2.8",
25-
"@shikijs/rehype": "^3.12.2",
26-
"@shikijs/transformers": "^3.12.2",
27-
"@takumi-rs/core": "^0.30.2",
28-
"@takumi-rs/image-response": "^0.30.2",
29-
"ai": "^5.0.44",
25+
"@shikijs/rehype": "^3.13.0",
26+
"@shikijs/transformers": "^3.13.0",
27+
"@takumi-rs/core": "^0.31.4",
28+
"@takumi-rs/image-response": "^0.31.4",
29+
"ai": "^5.0.51",
3030
"class-variance-authority": "^0.7.1",
3131
"d3-force": "^3.0.0",
3232
"feed": "^5.1.0",
@@ -40,11 +40,11 @@
4040
"hast-util-to-jsx-runtime": "^2.3.6",
4141
"katex": "^0.16.22",
4242
"lucide-react": "^0.544.0",
43-
"mermaid": "^11.11.0",
44-
"next": "15.5.3",
43+
"mermaid": "^11.12.0",
44+
"next": "15.5.4",
4545
"next-themes": "^0.4.6",
4646
"octokit": "^5.0.3",
47-
"oxc-transform": "^0.87.0",
47+
"oxc-transform": "^0.92.0",
4848
"react": "^19.1.1",
4949
"react-dom": "^19.1.1",
5050
"react-force-graph-2d": "^1.29.0",
@@ -56,32 +56,32 @@
5656
"remark-mdx": "^3.1.1",
5757
"remark-rehype": "^11.1.2",
5858
"scroll-into-view-if-needed": "^3.1.0",
59-
"shiki": "^3.12.2",
59+
"shiki": "^3.13.0",
6060
"tailwind-merge": "^3.3.1",
6161
"twoslash": "^0.3.4",
6262
"unist-util-visit": "^5.0.0",
63-
"zod": "^4.1.8"
63+
"zod": "^4.1.11"
6464
},
6565
"devDependencies": {
6666
"@fumadocs/cli": "workspace:*",
67-
"@next/bundle-analyzer": "15.5.3",
68-
"@next/env": "15.5.3",
69-
"@next/eslint-plugin-next": "15.5.3",
67+
"@next/bundle-analyzer": "15.5.4",
68+
"@next/env": "15.5.4",
69+
"@next/eslint-plugin-next": "15.5.4",
7070
"@tailwindcss/postcss": "^4.1.13",
7171
"@types/d3-force": "^3.0.10",
7272
"@types/hast": "^3.0.4",
7373
"@types/mdast": "^4.0.3",
7474
"@types/mdx": "^2.0.13",
75-
"@types/node": "24.3.3",
75+
"@types/node": "24.5.2",
7676
"@types/react": "^19.1.13",
7777
"@types/react-dom": "^19.1.9",
7878
"algoliasearch": "5.37.0",
7979
"browserslist-config-baseline": "^0.5.0",
8080
"eslint-config-custom": "workspace:*",
8181
"gray-matter": "^4.0.3",
82-
"next-validate-link": "^1.6.2",
82+
"next-validate-link": "^1.6.3",
8383
"postcss": "^8.5.6",
84-
"shadcn": "3.2.1",
84+
"shadcn": "3.3.1",
8585
"tailwindcss": "^4.1.13",
8686
"tailwindcss-animate": "^1.0.7",
8787
"tinyexec": "^1.0.1",

examples/content-collections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@fumadocs/content-collections": "workspace:*",
1212
"fumadocs-core": "workspace:*",
1313
"fumadocs-ui": "workspace:*",
14-
"next": "^15.5.3",
14+
"next": "^15.5.4",
1515
"react": "19.1.1",
1616
"react-dom": "19.1.1"
1717
},

examples/fp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@types/react-dom": "^19.1.9",
2424
"tailwindcss": "^4.1.13",
2525
"typescript": "^5.9.2",
26-
"vite": "^7.1.5"
26+
"vite": "^7.1.7"
2727
}
2828
}

examples/i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"@orama/tokenizers": "^3.1.13",
11+
"@orama/tokenizers": "^3.1.14",
1212
"fumadocs-core": "workspace:*",
1313
"fumadocs-mdx": "workspace:*",
1414
"fumadocs-ui": "workspace:*",
15-
"next": "15.5.3",
15+
"next": "15.5.4",
1616
"react": "19.1.1",
1717
"react-dom": "19.1.1"
1818
},

examples/marble-cms/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"fumadocs-ui": "workspace:*",
1313
"github-slugger": "^2.0.0",
1414
"html-react-parser": "^5.2.6",
15-
"next": "15.5.3",
15+
"next": "15.5.4",
1616
"react": "^19.1.1",
1717
"react-dom": "^19.1.1",
18-
"shiki": "^3.12.2"
18+
"shiki": "^3.13.0"
1919
},
2020
"devDependencies": {
2121
"@tailwindcss/postcss": "^4.1.13",
22-
"@types/node": "24.3.3",
22+
"@types/node": "24.5.2",
2323
"@types/react": "^19.1.13",
2424
"@types/react-dom": "^19.1.9",
2525
"postcss": "^8.5.6",

examples/next-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"fumadocs-core": "workspace:*",
1212
"fumadocs-mdx": "workspace:*",
1313
"fumadocs-ui": "workspace:*",
14-
"next": "15.5.3",
14+
"next": "15.5.4",
1515
"react": "19.1.1",
1616
"react-dom": "19.1.1"
1717
},

examples/obsidian/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fumadocs-mdx": "workspace:*",
1313
"fumadocs-obsidian": "workspace:*",
1414
"fumadocs-ui": "workspace:*",
15-
"next": "15.5.3",
15+
"next": "15.5.4",
1616
"react": "19.1.1",
1717
"react-dom": "19.1.1"
1818
},

examples/openapi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"fumadocs-mdx": "workspace:*",
1515
"fumadocs-openapi": "workspace:*",
1616
"fumadocs-ui": "workspace:*",
17-
"next": "15.5.3",
17+
"next": "15.5.4",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1",
20-
"shiki": "^3.12.2"
20+
"shiki": "^3.13.0"
2121
},
2222
"devDependencies": {
2323
"@tailwindcss/postcss": "^4.1.13",

examples/python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"fumadocs-mdx": "workspace:*",
1515
"fumadocs-python": "workspace:*",
1616
"fumadocs-ui": "workspace:*",
17-
"next": "15.5.3",
17+
"next": "15.5.4",
1818
"react": "^19.1.1",
1919
"react-dom": "^19.1.1"
2020
},
2121
"devDependencies": {
2222
"@tailwindcss/postcss": "^4.1.13",
2323
"@types/mdx": "^2.0.13",
24-
"@types/node": "24.3.3",
24+
"@types/node": "24.5.2",
2525
"@types/react": "^19.1.13",
2626
"@types/react-dom": "^19.1.9",
2727
"postcss": "^8.5.6",

examples/react-router-i18n/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"typecheck": "react-router typegen && tsc"
1010
},
1111
"dependencies": {
12-
"@orama/tokenizers": "^3.1.13",
12+
"@orama/tokenizers": "^3.1.14",
1313
"@react-router/node": "^7.9.1",
1414
"@react-router/serve": "^7.9.1",
1515
"fumadocs-core": "workspace:*",
1616
"fumadocs-mdx": "workspace:*",
1717
"fumadocs-ui": "workspace:*",
18-
"isbot": "^5.1.30",
18+
"isbot": "^5.1.31",
1919
"react": "^19.1.1",
2020
"react-dom": "^19.1.1",
2121
"react-router": "^7.9.1"
@@ -24,13 +24,13 @@
2424
"@react-router/dev": "^7.9.1",
2525
"@tailwindcss/vite": "^4.1.13",
2626
"@types/mdx": "^2.0.13",
27-
"@types/node": "^24.3.3",
27+
"@types/node": "^24.5.2",
2828
"@types/react": "^19.1.13",
2929
"@types/react-dom": "^19.1.9",
3030
"react-router-devtools": "^5.1.3",
3131
"tailwindcss": "^4.1.13",
3232
"typescript": "^5.9.2",
33-
"vite": "^7.1.5",
33+
"vite": "^7.1.7",
3434
"vite-tsconfig-paths": "^5.1.4"
3535
}
3636
}

0 commit comments

Comments
 (0)