fumadocs-typescript 4.0.5 → 4.0.6

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.
@@ -53,8 +53,8 @@ var __async = (__this, __arguments, generator) => {
53
53
  // src/markdown.ts
54
54
  import { remark } from "remark";
55
55
  import {
56
- remarkGfm,
57
- rehypeCode
56
+ rehypeCode,
57
+ remarkGfm
58
58
  } from "fumadocs-core/mdx-plugins";
59
59
  import remarkRehype from "remark-rehype";
60
60
  var processor = remark().use(remarkGfm).use(remarkRehype).use(rehypeCode, {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  __spreadProps,
5
5
  __spreadValues,
6
6
  renderMarkdownToHast
7
- } from "./chunk-B4VUDCYC.js";
7
+ } from "./chunk-C45FGSN3.js";
8
8
 
9
9
  // src/lib/base.ts
10
10
  import {
package/dist/ui/index.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  __spreadProps,
5
5
  __spreadValues,
6
6
  renderMarkdownToHast
7
- } from "../chunk-B4VUDCYC.js";
7
+ } from "../chunk-C45FGSN3.js";
8
8
 
9
9
  // src/ui/auto-type-table.tsx
10
10
  import { TypeTable } from "fumadocs-ui/components/type-table";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-typescript",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "Typescript Integration for Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -33,28 +33,34 @@
33
33
  "hast-util-to-jsx-runtime": "^2.3.6",
34
34
  "remark": "^15.0.1",
35
35
  "remark-rehype": "^11.1.2",
36
- "shiki": "^3.4.2",
37
- "tinyglobby": "^0.2.13",
36
+ "shiki": "^3.6.0",
37
+ "tinyglobby": "^0.2.14",
38
38
  "ts-morph": "^26.0.0",
39
39
  "unist-util-visit": "^5.0.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@mdx-js/mdx": "^3.1.0",
43
- "@types/estree": "^1.0.7",
43
+ "@types/estree": "^1.0.8",
44
44
  "@types/hast": "^3.0.4",
45
45
  "@types/mdast": "^4.0.3",
46
- "@types/node": "22.15.19",
47
- "@types/react": "19.1.4",
48
- "@types/react-dom": "19.1.5",
46
+ "@types/node": "24.0.1",
47
+ "@types/react": "19.1.8",
48
+ "@types/react-dom": "19.1.6",
49
49
  "typescript": "^5.8.3",
50
50
  "unified": "^11.0.5",
51
51
  "eslint-config-custom": "0.0.0",
52
- "fumadocs-ui": "15.3.4",
53
- "fumadocs-core": "15.3.4",
52
+ "fumadocs-core": "15.5.2",
53
+ "fumadocs-ui": "15.5.2",
54
54
  "tsconfig": "0.0.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "typescript": "*"
57
+ "typescript": "*",
58
+ "@types/react": "*"
59
+ },
60
+ "peerDependenciesMeta": {
61
+ "@types/react": {
62
+ "optional": true
63
+ }
58
64
  },
59
65
  "publishConfig": {
60
66
  "access": "public"