fumadocs-core 16.3.0 → 16.3.1
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-core",
|
|
3
|
-
"version": "16.3.
|
|
3
|
+
"version": "16.3.1",
|
|
4
4
|
"description": "The React.js library for building a documentation website",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fumadocs",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"dist/*"
|
|
110
110
|
],
|
|
111
111
|
"dependencies": {
|
|
112
|
-
"@formatjs/intl-localematcher": "^0.
|
|
113
|
-
"@orama/orama": "^3.1.
|
|
112
|
+
"@formatjs/intl-localematcher": "^0.7.2",
|
|
113
|
+
"@orama/orama": "^3.1.17",
|
|
114
114
|
"@shikijs/rehype": "^3.20.0",
|
|
115
115
|
"@shikijs/transformers": "^3.20.0",
|
|
116
116
|
"estree-util-value-to-estree": "^3.5.0",
|
|
@@ -140,20 +140,20 @@
|
|
|
140
140
|
"@types/node": "24.10.2",
|
|
141
141
|
"@types/react": "^19.2.7",
|
|
142
142
|
"@types/react-dom": "^19.2.3",
|
|
143
|
-
"algoliasearch": "5.46.
|
|
144
|
-
"lucide-react": "^0.
|
|
143
|
+
"algoliasearch": "5.46.1",
|
|
144
|
+
"lucide-react": "^0.562.0",
|
|
145
145
|
"mdast-util-mdx-jsx": "^3.2.0",
|
|
146
146
|
"mdast-util-mdxjs-esm": "^2.0.1",
|
|
147
|
-
"next": "16.0
|
|
148
|
-
"react-router": "^7.
|
|
147
|
+
"next": "16.1.0",
|
|
148
|
+
"react-router": "^7.11.0",
|
|
149
149
|
"remark-directive": "^4.0.0",
|
|
150
150
|
"remark-mdx": "^3.1.1",
|
|
151
151
|
"remove-markdown": "^0.6.2",
|
|
152
152
|
"typescript": "^5.9.3",
|
|
153
153
|
"unified": "^11.0.5",
|
|
154
154
|
"vfile": "^6.0.3",
|
|
155
|
-
"waku": "^0.27.
|
|
156
|
-
"zod": "^4.1
|
|
155
|
+
"waku": "^0.27.5",
|
|
156
|
+
"zod": "^4.2.1",
|
|
157
157
|
"tsconfig": "0.0.0",
|
|
158
158
|
"eslint-config-custom": "0.0.0"
|
|
159
159
|
},
|