1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Update dependencies to the most recent versions

Moreover, fix the linting issues (using `npx gulp lint --fix`) that are
found by the new versions of the linting tools.
This commit is contained in:
Tim van der Meij 2025-02-09 18:47:49 +01:00
parent d88035525c
commit d2a07dcac6
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
7 changed files with 271 additions and 288 deletions

View file

@ -2,25 +2,25 @@
"name": "pdf.js",
"type": "module",
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@babel/core": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"@babel/runtime": "^7.26.7",
"@fluent/bundle": "^0.18.0",
"@fluent/dom": "^0.10.0",
"@metalsmith/layouts": "^2.7.0",
"@metalsmith/markdown": "^1.10.0",
"@napi-rs/canvas": "^0.1.65",
"@types/node": "^22.13.0",
"@napi-rs/canvas": "^0.1.67",
"@types/node": "^22.13.1",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"caniuse-lite": "^1.0.30001696",
"caniuse-lite": "^1.0.30001699",
"core-js": "^3.40.0",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-perfectionist": "^4.8.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
@ -31,7 +31,7 @@
"gulp-replace": "^1.1.4",
"gulp-zip": "^6.1.0",
"highlight.js": "^11.11.1",
"jasmine": "^5.5.0",
"jasmine": "^5.6.0",
"jsdoc": "^4.0.4",
"jstransformer-nunjucks": "^1.2.0",
"metalsmith": "^2.6.3",
@ -43,8 +43,8 @@
"postcss-dir-pseudo-class": "^9.0.1",
"postcss-discard-comments": "^7.0.3",
"postcss-nesting": "^13.0.1",
"prettier": "^3.4.2",
"puppeteer": "^24.1.1",
"prettier": "^3.5.0",
"puppeteer": "^24.2.0",
"stylelint": "^16.14.1",
"stylelint-prettier": "^5.0.3",
"svglint": "^3.1.0",