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

Update dependencies to the most recent versions

The Puppeteer update should in particular be helpful for us because it
contains improved WebDriver BiDi compatibility, a newer Chrome version
(both might help for #17962) and an official deprecation of CDP for
Firefox. Note that the latter doesn't require changes on our end because
we already use WebDriver BiDi unconditionally for Firefox since commit
4db0174. The full release notes can be found at
https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v22.8.0.
This commit is contained in:
Tim van der Meij 2024-05-14 16:19:34 +02:00
parent 33f3228e00
commit 161b942d41
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 238 additions and 213 deletions

View file

@ -2,17 +2,17 @@
"name": "pdf.js",
"type": "module",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@fluent/bundle": "^0.18.0",
"@fluent/dom": "^0.9.0",
"@jazzer.js/core": "^2.1.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"caniuse-lite": "^1.0.30001614",
"caniuse-lite": "^1.0.30001618",
"canvas": "^2.11.2",
"core-js": "^3.37.0",
"core-js": "^3.37.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
@ -26,7 +26,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-exports": "^0.9.1",
"eslint-plugin-unicorn": "^52.0.0",
"globals": "^15.1.0",
"globals": "^15.2.0",
"gulp": "^4.0.2",
"gulp-cli": "^3.0.0",
"gulp-postcss": "^10.0.0",
@ -34,7 +34,7 @@
"gulp-replace": "^1.1.4",
"gulp-zip": "^6.0.0",
"jasmine": "^5.1.0",
"jsdoc": "^4.0.2",
"jsdoc": "^4.0.3",
"jstransformer-markdown-it": "^3.0.0",
"merge-stream": "^2.0.0",
"needle": "^3.3.1",
@ -44,16 +44,16 @@
"postcss-dark-theme-class": "^1.3.0",
"postcss-dir-pseudo-class": "^8.0.1",
"postcss-discard-comments": "^7.0.0",
"postcss-nesting": "^12.1.2",
"postcss-nesting": "^12.1.4",
"prettier": "^3.2.5",
"puppeteer": "^22.7.1",
"puppeteer": "^22.8.1",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"stylelint-prettier": "^5.0.0",
"terser-webpack-plugin": "^5.3.10",
"through2": "^4.0.2",
"tsc-alias": "^1.8.8",
"tsc-alias": "^1.8.10",
"ttest": "^4.0.0",
"typescript": "^5.4.5",
"typogr": "^0.6.8",