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

This commit is contained in:
Tim van der Meij 2025-02-01 18:31:58 +01:00
parent b48717a99e
commit c0957986b7
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
2 changed files with 172 additions and 226 deletions

View file

@ -2,26 +2,26 @@
"name": "pdf.js",
"type": "module",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@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.10.7",
"@types/node": "^22.13.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"caniuse-lite": "^1.0.30001692",
"caniuse-lite": "^1.0.30001696",
"core-js": "^3.40.0",
"eslint": "^9.18.0",
"eslint": "^9.19.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.6.0",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"gulp": "^5.0.0",
@ -44,9 +44,9 @@
"postcss-discard-comments": "^7.0.3",
"postcss-nesting": "^13.0.1",
"prettier": "^3.4.2",
"puppeteer": "^24.1.0",
"stylelint": "^16.13.2",
"stylelint-prettier": "^5.0.2",
"puppeteer": "^24.1.1",
"stylelint": "^16.14.1",
"stylelint-prettier": "^5.0.3",
"svglint": "^3.1.0",
"terser-webpack-plugin": "^5.3.11",
"tsc-alias": "^1.8.10",