fumadocs-typescript 4.0.12 → 4.0.13

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.
@@ -52,10 +52,10 @@ var __async = (__this, __arguments, generator) => {
52
52
 
53
53
  // src/markdown.ts
54
54
  import { remark } from "remark";
55
+ import { remarkGfm } from "fumadocs-core/mdx-plugins/remark-gfm";
55
56
  import {
56
- rehypeCode,
57
- remarkGfm
58
- } from "fumadocs-core/mdx-plugins";
57
+ rehypeCode
58
+ } from "fumadocs-core/mdx-plugins/rehype-code";
59
59
  import remarkRehype from "remark-rehype";
60
60
  import { highlightHast } from "fumadocs-core/highlight";
61
61
  var shikiOptions = {
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  parseTags,
7
7
  renderMarkdownToHast,
8
8
  renderTypeToHast
9
- } from "./chunk-HM6PM4II.js";
9
+ } from "./chunk-REUDVA2G.js";
10
10
 
11
11
  // src/lib/base.ts
12
12
  import {
package/dist/ui/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  parseTags,
7
7
  renderMarkdownToHast,
8
8
  renderTypeToHast
9
- } from "../chunk-HM6PM4II.js";
9
+ } from "../chunk-REUDVA2G.js";
10
10
 
11
11
  // src/ui/auto-type-table.tsx
12
12
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-typescript",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
  "description": "Typescript Integration for Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -28,7 +28,7 @@
28
28
  "dist/*"
29
29
  ],
30
30
  "dependencies": {
31
- "estree-util-value-to-estree": "^3.4.1",
31
+ "estree-util-value-to-estree": "^3.5.0",
32
32
  "hast-util-to-estree": "^3.1.3",
33
33
  "hast-util-to-jsx-runtime": "^2.3.6",
34
34
  "remark": "^15.0.1",
@@ -42,14 +42,14 @@
42
42
  "@types/estree": "^1.0.8",
43
43
  "@types/hast": "^3.0.4",
44
44
  "@types/mdast": "^4.0.4",
45
- "@types/node": "24.9.1",
45
+ "@types/node": "24.10.0",
46
46
  "@types/react": "^19.2.2",
47
47
  "@types/react-dom": "^19.2.2",
48
48
  "typescript": "^5.9.3",
49
49
  "unified": "^11.0.5",
50
50
  "eslint-config-custom": "0.0.0",
51
- "fumadocs-core": "16.0.0",
52
- "fumadocs-ui": "16.0.0",
51
+ "fumadocs-core": "16.0.8",
52
+ "fumadocs-ui": "16.0.8",
53
53
  "tsconfig": "0.0.0"
54
54
  },
55
55
  "peerDependencies": {