@fumadocs/cli 1.2.4 → 1.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 +8 -8
package/dist/index.js CHANGED
@@ -123,7 +123,7 @@ async function runTree(args) {
123
123
 
124
124
  //#endregion
125
125
  //#region package.json
126
- var version = "1.2.4";
126
+ var version = "1.2.5";
127
127
 
128
128
  //#endregion
129
129
  //#region src/registry/schema.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fumadocs/cli",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "The CLI tool for Fumadocs",
5
5
  "keywords": [
6
6
  "Docs",
@@ -28,21 +28,21 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@clack/prompts": "^1.0.0",
31
+ "@clack/prompts": "^1.0.1",
32
32
  "commander": "^14.0.3",
33
33
  "magic-string": "^0.30.21",
34
- "oxc-parser": "^0.112.0",
35
- "oxc-resolver": "^11.17.0",
34
+ "oxc-parser": "^0.115.0",
35
+ "oxc-resolver": "^11.19.1",
36
36
  "package-manager-detector": "^1.6.0",
37
37
  "picocolors": "^1.1.1",
38
38
  "tinyexec": "^1.0.2",
39
39
  "zod": "^4.3.6"
40
40
  },
41
41
  "devDependencies": {
42
- "@oxc-project/types": "^0.112.0",
43
- "@types/node": "25.2.1",
44
- "shadcn": "3.8.4",
45
- "tsdown": "^0.20.3",
42
+ "@oxc-project/types": "^0.114.0",
43
+ "@types/node": "25.3.3",
44
+ "shadcn": "3.8.5",
45
+ "tsdown": "0.20.3",
46
46
  "eslint-config-custom": "0.0.0",
47
47
  "tsconfig": "0.0.0"
48
48
  },