web
web copied to clipboard
feat: upgrade puppeteer and puppeteer-core to v23
What I did
Upgraded puppeteer-core and puppeteer to v23. This includes the following breaking changes:
- Renamed
producttobrowser, see https://github.com/puppeteer/puppeteer/pull/12757 - Changed return type of
page.screenshot(), see https://github.com/puppeteer/puppeteer/pull/12823