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 the latest version

This also required updating the `postinstall`-step to account for recent changes in Puppeteer.
This commit is contained in:
Jonas Jenwald 2023-09-25 11:56:02 +02:00
parent 3072efa064
commit 790b480bbc
2 changed files with 37 additions and 30 deletions

View file

@ -44,7 +44,7 @@
"postcss-discard-comments": "^6.0.0",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.3",
"puppeteer": "^21.2.1",
"puppeteer": "^21.3.4",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^15.10.3",
@ -62,7 +62,7 @@
"yargs": "^17.7.2"
},
"scripts": {
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js"
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.mjs"
},
"repository": {
"type": "git",