Hi, I'm using Crawlee's Puppeteer crawler
I've imported crawlee via package.json like
Shall I be importing puppeteer in via my package.json as well?
I see puppeteer in crawlee's peer dependency but as optional
https://www.npmjs.com/package/crawlee?activeTab=codeIssue is that puppeteer gets bumped very often with bug fixes and I've been stuck with puppeteer 21.1.x.
Ideal expectation is that I just import Crawlee and bumping Crawlee bumps puppeteer as well as per its requirements/support.
Reference
https://github.com/apify/crawlee/discussions/2101