Skip to content

Commit bc27118

Browse files
committed
fix: declare missing dependency on tslib
Related: apify/crawlee#1747
1 parent ff609e0 commit bc27118

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

package-lock.json

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

packages/apify/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"apify-client": "^2.6.0",
6666
"ow": "^0.28.1",
6767
"semver": "^7.3.7",
68+
"tslib": "^2.4.0",
6869
"ws": "^7.5.9"
6970
}
7071
}

packages/scraper-tools/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"dependencies": {
3737
"@apify/log": "^2.1.4",
3838
"ajv": "^8.11.0",
39-
"content-type": "^1.0.4"
39+
"content-type": "^1.0.4",
40+
"tslib": "^2.4.0"
4041
},
4142
"devDependencies": {
4243
"@crawlee/browser-pool": "^3.1.0",

0 commit comments

Comments
 (0)