1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Update Puppeteer to version 13.1.2

Note in particular https://github.com/puppeteer/puppeteer/releases/tag/v13.1.0 which includes an update to Chromium 98, which adds support for `structuredClone` in the browser.
This commit is contained in:
Jonas Jenwald 2022-01-18 12:23:22 +01:00
parent 8f6965b197
commit 2fcd07f400
2 changed files with 32 additions and 24 deletions

View file

@ -41,7 +41,7 @@
"postcss": "^8.4.5",
"postcss-calc": "^8.2.2",
"prettier": "^2.5.1",
"puppeteer": "^13.0.1",
"puppeteer": "^13.1.2",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^14.2.0",