Skip to content

Commit 6a7954a

Browse files
add missing import
1 parent be88c26 commit 6a7954a

File tree

2 files changed

+48
-25
lines changed

2 files changed

+48
-25
lines changed

components/pipedream_utils/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
"dependencies": {
1616
"@pipedream/platform": "^3.0.0",
1717
"csv-parse": "^5.5.6",
18-
"streamifier": "^0.1.1",
19-
"xml-js": "^1.6.11",
2018
"html-to-text": "^8.2.1",
2119
"linkedom": "^0.14.26",
2220
"pluralize": "^8.0.0",
2321
"showdown": "^2.1.0",
22+
"slackify-html": "^1.0.1",
23+
"streamifier": "^0.1.1",
2424
"sugar": "^2.0.6",
25-
"title-case": "^3.0.3"
25+
"title-case": "^3.0.3",
26+
"xml-js": "^1.6.11"
2627
}
2728
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)