fumadocs-typescript 5.2.4 → 5.2.5

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/index.js +1 -1
  2. package/package.json +6 -11
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ function generateHash(str) {
30
30
  }
31
31
  //#endregion
32
32
  //#region package.json
33
- var version = "5.2.4";
33
+ var version = "5.2.5";
34
34
  //#endregion
35
35
  //#region src/lib/base.ts
36
36
  async function createProject(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-typescript",
3
- "version": "5.2.4",
3
+ "version": "5.2.5",
4
4
  "description": "Typescript Integration for Fumadocs",
5
5
  "keywords": [
6
6
  "Docs",
@@ -36,6 +36,7 @@
36
36
  "hast-util-to-jsx-runtime": "^2.3.6",
37
37
  "remark": "^15.0.1",
38
38
  "remark-rehype": "^11.1.2",
39
+ "shiki": "^4.0.2",
39
40
  "ts-morph": "^27.0.2",
40
41
  "unified": "^11.0.5",
41
42
  "unist-util-visit": "^5.1.0"
@@ -49,13 +50,12 @@
49
50
  "@types/react": "^19.2.14",
50
51
  "@types/react-dom": "^19.2.3",
51
52
  "mdast-util-mdx": "^3.0.0",
52
- "shiki": "^4.0.2",
53
53
  "tsdown": "0.21.7",
54
54
  "typescript": "^6.0.2",
55
55
  "vfile": "^6.0.3",
56
- "fumadocs-core": "16.7.14",
57
- "tsconfig": "0.0.0",
58
- "fumadocs-ui": "16.7.14"
56
+ "fumadocs-core": "16.7.15",
57
+ "fumadocs-ui": "16.7.15",
58
+ "tsconfig": "0.0.0"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@types/estree": "*",
@@ -65,14 +65,9 @@
65
65
  "fumadocs-core": "^16.7.0",
66
66
  "fumadocs-ui": "^16.7.0",
67
67
  "react": "^19.2.0",
68
- "react-dom": "^19.2.0",
69
- "shiki": "*",
70
- "typescript": "*"
68
+ "react-dom": "^19.2.0"
71
69
  },
72
70
  "peerDependenciesMeta": {
73
- "shiki": {
74
- "optional": true
75
- },
76
71
  "@types/estree": {
77
72
  "optional": true
78
73
  },