fumadocs-core 15.6.11 → 15.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "15.6.11",
3
+ "version": "15.7.0",
4
4
  "description": "The library for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -61,8 +61,13 @@
61
61
  "types": "./dist/mdx-plugins/index.d.ts"
62
62
  },
63
63
  "./i18n": {
64
- "import": "./dist/i18n/index.js",
65
- "types": "./dist/i18n/index.d.ts"
64
+ "browser": "./dist/i18n/index.js",
65
+ "import": "./dist/i18n/index.server.js",
66
+ "types": "./dist/i18n/index.server.d.ts"
67
+ },
68
+ "./i18n/middleware": {
69
+ "import": "./dist/i18n/middleware.js",
70
+ "types": "./dist/i18n/middleware.d.ts"
66
71
  },
67
72
  "./highlight": {
68
73
  "import": "./dist/highlight/index.js",
@@ -87,8 +92,8 @@
87
92
  "dependencies": {
88
93
  "@formatjs/intl-localematcher": "^0.6.1",
89
94
  "@orama/orama": "^3.1.11",
90
- "@shikijs/rehype": "^3.9.2",
91
- "@shikijs/transformers": "^3.9.2",
95
+ "@shikijs/rehype": "^3.11.0",
96
+ "@shikijs/transformers": "^3.11.0",
92
97
  "github-slugger": "^2.0.0",
93
98
  "hast-util-to-estree": "^3.1.3",
94
99
  "hast-util-to-jsx-runtime": "^2.3.6",
@@ -100,32 +105,32 @@
100
105
  "remark-gfm": "^4.0.1",
101
106
  "remark-rehype": "^11.1.2",
102
107
  "scroll-into-view-if-needed": "^3.1.0",
103
- "shiki": "^3.9.2",
108
+ "shiki": "^3.11.0",
104
109
  "unist-util-visit": "^5.0.0"
105
110
  },
106
111
  "devDependencies": {
107
112
  "@mdx-js/mdx": "^3.1.0",
108
- "@mixedbread/sdk": "^0.24.0",
113
+ "@mixedbread/sdk": "^0.25.0",
109
114
  "@oramacloud/client": "^2.1.4",
110
- "@tanstack/react-router": "^1.131.7",
115
+ "@tanstack/react-router": "^1.131.27",
111
116
  "@types/estree-jsx": "^1.0.5",
112
117
  "@types/hast": "^3.0.4",
113
118
  "@types/mdast": "^4.0.3",
114
119
  "@types/negotiator": "^0.6.4",
115
- "@types/node": "24.2.1",
120
+ "@types/node": "24.3.0",
116
121
  "@types/react": "^19.1.10",
117
122
  "@types/react-dom": "^19.1.7",
118
123
  "algoliasearch": "5.35.0",
119
124
  "mdast-util-mdx-jsx": "^3.2.0",
120
125
  "mdast-util-mdxjs-esm": "^2.0.1",
121
- "next": "^15.4.6",
122
- "react-router": "^7.8.0",
126
+ "next": "^15.5.0",
127
+ "react-router": "^7.8.1",
123
128
  "remark-mdx": "^3.1.0",
124
129
  "remove-markdown": "^0.6.2",
125
130
  "typescript": "^5.9.2",
126
131
  "unified": "^11.0.5",
127
132
  "vfile": "^6.0.3",
128
- "waku": "^0.24.0",
133
+ "waku": "^0.25.0",
129
134
  "eslint-config-custom": "0.0.0",
130
135
  "tsconfig": "0.0.0"
131
136
  },