Skip to content

Commit c586306

Browse files
committed
chore: deps
1 parent 4476e95 commit c586306

File tree

9 files changed

+20
-53
lines changed

9 files changed

+20
-53
lines changed

packages/ai/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@
3232
"commandkit": "workspace:*",
3333
"discord.js": "^14.19.3",
3434
"tsconfig": "workspace:*",
35-
"typescript": "^5.7.3",
36-
"tsdown": "^0.12.7"
35+
"typescript": "^5.7.3"
3736
},
3837
"dependencies": {
3938
"ai": "^4.3.16",
4039
"zod": "^3.25.48"
4140
}
42-
}
41+
}

packages/analytics/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"commandkit": "workspace:*",
4242
"posthog-node": "^4.18.0",
4343
"tsconfig": "workspace:*",
44-
"typescript": "^5.7.3",
45-
"tsdown": "^0.12.7"
44+
"typescript": "^5.7.3"
4645
}
47-
}
46+
}

packages/cache/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@
3535
"@types/ms": "^2.0.0",
3636
"commandkit": "workspace:*",
3737
"tsconfig": "workspace:*",
38-
"typescript": "^5.7.3",
39-
"tsdown": "^0.12.7"
38+
"typescript": "^5.7.3"
4039
},
4140
"dependencies": {
4241
"ms": "^2.1.3",
4342
"stable-hash": "^0.0.6"
4443
}
45-
}
44+
}

packages/create-commandkit/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"homepage": "https://commandkit.dev",
3030
"scripts": {
3131
"lint": "tsc --noEmit",
32-
"dev": "tsdown --watch",
32+
"dev": "tsc --watch",
3333
"build": "tsc",
3434
"publish-package": "npm publish"
3535
},
@@ -45,7 +45,6 @@
4545
"@types/gradient-string": "^1.1.5",
4646
"@types/node": "^22.0.0",
4747
"tsconfig": "workspace:*",
48-
"typescript": "^5.3.3",
49-
"tsdown": "^0.12.7"
48+
"typescript": "^5.3.3"
5049
}
51-
}
50+
}

packages/create-commandkit/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"compilerOptions": {
44
"outDir": "dist",
55
"module": "ESNext",
6-
"target": "ESNext"
6+
"target": "ESNext",
7+
"skipLibCheck": true,
8+
"skipDefaultLibCheck": true
79
},
810
"include": ["src/**/*.ts"],
911
"exclude": ["node_modules", "templates"]

packages/devtools/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"commandkit": "workspace:*",
1919
"discord.js": "^14.19.1",
2020
"tsconfig": "workspace:*",
21-
"typescript": "^5.8.3",
22-
"tsdown": "^0.12.7"
21+
"typescript": "^5.8.3"
2322
},
2423
"files": [
2524
"dist",
@@ -30,4 +29,4 @@
3029
"express": "^5.0.0",
3130
"jsonwebtoken": "^9.0.2"
3231
}
33-
}
32+
}

packages/i18n/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"commandkit": "workspace:*",
3838
"discord.js": "^14.19.1",
3939
"tsconfig": "workspace:*",
40-
"typescript": "^5.7.3",
41-
"tsdown": "^0.12.7"
40+
"typescript": "^5.7.3"
4241
}
43-
}
42+
}

packages/legacy/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"commandkit": "workspace:*",
3333
"discord.js": "^14.19.1",
3434
"tsconfig": "workspace:*",
35-
"typescript": "^5.7.3",
36-
"tsdown": "^0.12.7"
35+
"typescript": "^5.7.3"
3736
}
38-
}
37+
}

pnpm-lock.yaml

Lines changed: 2 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)