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-03-15 19:45:46 +01:00
parent 2d1833b566
commit ef7e0ddae4
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 307 additions and 380 deletions

View file

@ -2,25 +2,25 @@
"name": "pdf.js",
"type": "module",
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/runtime": "^7.26.9",
"@babel/runtime": "^7.26.10",
"@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.5",
"autoprefixer": "^10.4.20",
"@napi-rs/canvas": "^0.1.68",
"@types/node": "^22.13.10",
"autoprefixer": "^10.4.21",
"babel-loader": "^9.2.1",
"caniuse-lite": "^1.0.30001700",
"core-js": "^3.40.0",
"eslint": "^9.21.0",
"caniuse-lite": "^1.0.30001704",
"core-js": "^3.41.0",
"eslint": "^9.22.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.9.0",
"eslint-plugin-perfectionist": "^4.10.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unicorn": "^57.0.0",
"globals": "^16.0.0",
@ -43,15 +43,15 @@
"postcss-dir-pseudo-class": "^9.0.1",
"postcss-discard-comments": "^7.0.3",
"postcss-nesting": "^13.0.1",
"prettier": "^3.5.2",
"puppeteer": "^24.2.1",
"stylelint": "^16.14.1",
"prettier": "^3.5.3",
"puppeteer": "^24.4.0",
"stylelint": "^16.16.0",
"stylelint-prettier": "^5.0.3",
"svglint": "^3.1.0",
"terser-webpack-plugin": "^5.3.11",
"tsc-alias": "^1.8.10",
"terser-webpack-plugin": "^5.3.14",
"tsc-alias": "^1.8.11",
"ttest": "^4.0.0",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"vinyl": "^3.0.0",
"webpack": "^5.98.0",
"webpack-stream": "^7.0.0",