fumadocs-core 16.6.5 → 16.6.7
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-core",
|
|
3
|
-
"version": "16.6.
|
|
3
|
+
"version": "16.6.7",
|
|
4
4
|
"description": "The React.js library for building a documentation website",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@formatjs/intl-localematcher": "^0.8.1",
|
|
120
120
|
"@orama/orama": "^3.1.18",
|
|
121
|
-
"@shikijs/rehype": "^3.
|
|
122
|
-
"@shikijs/transformers": "^3.
|
|
121
|
+
"@shikijs/rehype": "^3.23.0",
|
|
122
|
+
"@shikijs/transformers": "^3.23.0",
|
|
123
123
|
"estree-util-value-to-estree": "^3.5.0",
|
|
124
124
|
"github-slugger": "^2.0.0",
|
|
125
125
|
"hast-util-to-estree": "^3.1.3",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"remark-gfm": "^4.0.1",
|
|
135
135
|
"remark-rehype": "^11.1.2",
|
|
136
136
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
137
|
-
"shiki": "^3.
|
|
137
|
+
"shiki": "^3.23.0",
|
|
138
138
|
"tinyglobby": "^0.2.15",
|
|
139
139
|
"unified": "^11.0.5",
|
|
140
140
|
"unist-util-visit": "^5.1.0",
|
|
@@ -142,25 +142,25 @@
|
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
144
|
"@mdx-js/mdx": "^3.1.1",
|
|
145
|
-
"@mixedbread/sdk": "^0.
|
|
146
|
-
"@orama/core": "^1.2.
|
|
145
|
+
"@mixedbread/sdk": "^0.55.0",
|
|
146
|
+
"@orama/core": "^1.2.19",
|
|
147
147
|
"@oramacloud/client": "^2.1.4",
|
|
148
|
-
"@tanstack/react-router": "1.
|
|
148
|
+
"@tanstack/react-router": "1.163.2",
|
|
149
149
|
"@types/estree-jsx": "^1.0.5",
|
|
150
150
|
"@types/hast": "^3.0.4",
|
|
151
151
|
"@types/mdast": "^4.0.4",
|
|
152
152
|
"@types/negotiator": "^0.6.4",
|
|
153
|
-
"@types/node": "25.
|
|
153
|
+
"@types/node": "25.3.1",
|
|
154
154
|
"@types/react": "^19.2.14",
|
|
155
155
|
"@types/react-dom": "^19.2.3",
|
|
156
|
-
"algoliasearch": "5.
|
|
157
|
-
"lucide-react": "^0.
|
|
156
|
+
"algoliasearch": "5.49.1",
|
|
157
|
+
"lucide-react": "^0.575.0",
|
|
158
158
|
"next": "16.1.6",
|
|
159
|
-
"react-router": "^7.13.
|
|
159
|
+
"react-router": "^7.13.1",
|
|
160
160
|
"remark-directive": "^4.0.0",
|
|
161
161
|
"remark-mdx": "^3.1.1",
|
|
162
162
|
"remove-markdown": "^0.6.3",
|
|
163
|
-
"tsdown": "
|
|
163
|
+
"tsdown": "0.20.3",
|
|
164
164
|
"typescript": "^5.9.3",
|
|
165
165
|
"waku": "1.0.0-alpha.4",
|
|
166
166
|
"zod": "^4.3.6",
|