Skip to content

Commit a82ea43

Browse files
authored
Fix missing Slack lodash, async-retry dependencies (#16375)
This commit updates the `@pipedream/slack` package to include missing dependencies. The `lodash` and `async-retry` packages were imported in `components/slack/slack.app.mjs` but not included as dependencies in `components/slack/package.json`.
1 parent 74dd14f commit a82ea43

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

components/slack/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/slack",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"description": "Pipedream Slack Components",
55
"main": "slack.app.mjs",
66
"keywords": [
@@ -15,6 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@pipedream/platform": "^3.0.0",
18-
"@slack/web-api": "^7.9.0"
18+
"@slack/web-api": "^7.9.0",
19+
"async-retry": "^1.3.3",
20+
"lodash": "^4.17.21"
1921
}
2022
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)