Skip to content

Commit a259068

Browse files
committed
chore(slack): declare @types/node explicitly instead of relying on hoisting
The Slack package sets types: ["node"] in its tsconfig but did not declare @types/node, so type resolution depended on workspace hoisting. Declare it at the repo-pinned version, matching the other packages that opt into node types. vitest stays root-provided, consistent with every other package.
1 parent ca72ead commit a259068

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/slack/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"devDependencies": {
5050
"@arethetypeswrong/cli": "^0.18.5",
5151
"@trigger.dev/sdk": "workspace:4.5.0-rc.7",
52+
"@types/node": "^24.13.3",
5253
"rimraf": "6.0.1",
5354
"tshy": "^3.0.2",
5455
"tsx": "4.17.0"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)