Skip to content

Commit 95cf31f

Browse files
authored
fix: require newer version of crawlee to fix possible issues with purgeDefaultStorages (#226)
Related: https://apifier.slack.com/archives/C01VBUV81UZ/p1694087572094509?thread_ts=1694079283.789349&cid=C01VBUV81UZ
1 parent 9d498a7 commit 95cf31f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/apify/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"@apify/log": "^2.4.0",
6060
"@apify/timeout": "^0.3.0",
6161
"@apify/utilities": "^2.7.9",
62-
"@crawlee/core": "^3.4.2",
63-
"@crawlee/types": "^3.4.2",
64-
"@crawlee/utils": "^3.4.2",
62+
"@crawlee/core": "^3.5.3",
63+
"@crawlee/types": "^3.5.3",
64+
"@crawlee/utils": "^3.5.3",
6565
"apify-client": "^2.7.1",
6666
"ow": "^0.28.2",
6767
"semver": "^7.5.4",
6868
"tslib": "^2.6.0",
6969
"ws": "^7.5.9"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)