fumadocs-typescript 3.0.2 → 3.0.3

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.
Files changed (2) hide show
  1. package/dist/ui/index.js +0 -1
  2. package/package.json +9 -9
package/dist/ui/index.js CHANGED
@@ -81,7 +81,6 @@ function renderMarkdown(md) {
81
81
  Fragment: runtime.Fragment,
82
82
  jsx: runtime.jsx,
83
83
  jsxs: runtime.jsxs,
84
- // @ts-expect-error -- mdx components
85
84
  components: __spreadProps(__spreadValues({}, defaultMdxComponents), { img: void 0 })
86
85
  });
87
86
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-typescript",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Typescript Integration for Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -28,24 +28,24 @@
28
28
  "dist/*"
29
29
  ],
30
30
  "dependencies": {
31
- "@types/node": "22.8.1",
32
- "fast-glob": "^3.3.1",
31
+ "fast-glob": "^3.3.3",
33
32
  "hast-util-to-jsx-runtime": "^2.3.2",
34
33
  "mdast-util-from-markdown": "^2.0.2",
35
34
  "mdast-util-gfm": "^3.0.0",
36
35
  "mdast-util-to-hast": "^13.2.0",
37
- "shiki": "^1.22.2",
38
- "ts-morph": "^24.0.0"
36
+ "shiki": "^2.0.3",
37
+ "ts-morph": "^25.0.0"
39
38
  },
40
39
  "devDependencies": {
41
40
  "@types/estree": "^1.0.6",
42
41
  "@types/hast": "^3.0.4",
43
42
  "@types/mdast": "^4.0.3",
44
- "@types/react": "18.3.12",
45
- "@types/react-dom": "18.3.1",
46
- "typescript": "^5.6.3",
43
+ "@types/node": "22.10.7",
44
+ "@types/react": "19.0.7",
45
+ "@types/react-dom": "19.0.3",
46
+ "typescript": "^5.7.3",
47
47
  "eslint-config-custom": "0.0.0",
48
- "fumadocs-ui": "14.2.0",
48
+ "fumadocs-ui": "14.7.6",
49
49
  "tsconfig": "0.0.0"
50
50
  },
51
51
  "peerDependencies": {