Skip to content

Commit 7861975

Browse files
committed
fix(slack): align vitest with the repo version so blob reports merge
The slack package pinned its own vitest ^2.1.9 while the rest of the repo uses 4.1.7, so its test blob reports could not be merged with the others (the packages Merge Reports step requires a single vitest version). Drop the pin so slack inherits the root vitest like every other package.
1 parent 6f6be81 commit 7861975

2 files changed

Lines changed: 1 addition & 233 deletions

File tree

packages/slack/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
"@trigger.dev/sdk": "workspace:4.5.0-rc.7",
5252
"rimraf": "6.0.1",
5353
"tshy": "^3.0.2",
54-
"tsx": "4.17.0",
55-
"vitest": "^2.1.9"
54+
"tsx": "4.17.0"
5655
},
5756
"engines": {
5857
"node": ">=18.20.0"

0 commit comments

Comments
 (0)