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-23 18:21:50 +01:00
parent 878d206c79
commit 08ba910ef0
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
2 changed files with 172 additions and 220 deletions

View file

@ -2,25 +2,25 @@
"name": "pdf.js",
"type": "module",
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"@babel/runtime": "^7.26.7",
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/runtime": "^7.26.9",
"@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.67",
"@types/node": "^22.13.1",
"@types/node": "^22.13.5",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"caniuse-lite": "^1.0.30001699",
"caniuse-lite": "^1.0.30001700",
"core-js": "^3.40.0",
"eslint": "^9.20.0",
"eslint": "^9.21.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.8.0",
"eslint-plugin-perfectionist": "^4.9.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
@ -38,13 +38,13 @@
"metalsmith-html-relative": "^2.0.6",
"ordered-read-streams": "^2.0.0",
"pngjs": "^7.0.0",
"postcss": "^8.5.1",
"postcss": "^8.5.3",
"postcss-dark-theme-class": "^1.3.0",
"postcss-dir-pseudo-class": "^9.0.1",
"postcss-discard-comments": "^7.0.3",
"postcss-nesting": "^13.0.1",
"prettier": "^3.5.0",
"puppeteer": "^24.2.0",
"prettier": "^3.5.2",
"puppeteer": "^24.2.1",
"stylelint": "^16.14.1",
"stylelint-prettier": "^5.0.3",
"svglint": "^3.1.0",
@ -53,7 +53,7 @@
"ttest": "^4.0.0",
"typescript": "^5.7.3",
"vinyl": "^3.0.0",
"webpack": "^5.97.1",
"webpack": "^5.98.0",
"webpack-stream": "^7.0.0",
"yargs": "^17.7.2"
},