@fumadocs/cli 1.0.2 → 1.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/index.js +6 -6
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -343,7 +343,7 @@ async function runTree(args) {
343
343
  // package.json
344
344
  var package_default = {
345
345
  name: "@fumadocs/cli",
346
- version: "1.0.2",
346
+ version: "1.0.3",
347
347
  description: "The CLI tool for Fumadocs",
348
348
  keywords: [
349
349
  "NextJs",
@@ -378,16 +378,16 @@ var package_default = {
378
378
  dependencies: {
379
379
  "@clack/prompts": "^0.11.0",
380
380
  commander: "^14.0.1",
381
- "package-manager-detector": "^1.3.0",
381
+ "package-manager-detector": "^1.5.0",
382
382
  picocolors: "^1.1.1",
383
383
  tinyexec: "^1.0.1",
384
- "ts-morph": "^27.0.0",
385
- zod: "^4.1.11"
384
+ "ts-morph": "^27.0.2",
385
+ zod: "^4.1.12"
386
386
  },
387
387
  devDependencies: {
388
- "@types/node": "24.6.2",
388
+ "@types/node": "24.9.1",
389
389
  "eslint-config-custom": "workspace:*",
390
- shadcn: "3.3.1",
390
+ shadcn: "3.4.2",
391
391
  tsconfig: "workspace:*"
392
392
  },
393
393
  publishConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fumadocs/cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "The CLI tool for Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -28,15 +28,15 @@
28
28
  "dependencies": {
29
29
  "@clack/prompts": "^0.11.0",
30
30
  "commander": "^14.0.1",
31
- "package-manager-detector": "^1.3.0",
31
+ "package-manager-detector": "^1.5.0",
32
32
  "picocolors": "^1.1.1",
33
33
  "tinyexec": "^1.0.1",
34
- "ts-morph": "^27.0.0",
35
- "zod": "^4.1.11"
34
+ "ts-morph": "^27.0.2",
35
+ "zod": "^4.1.12"
36
36
  },
37
37
  "devDependencies": {
38
- "@types/node": "24.6.2",
39
- "shadcn": "3.3.1",
38
+ "@types/node": "24.9.1",
39
+ "shadcn": "3.4.2",
40
40
  "eslint-config-custom": "0.0.0",
41
41
  "tsconfig": "0.0.0"
42
42
  },