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

Update dependencies to the most recent versions

This commit is contained in:
Tim van der Meij 2024-05-28 19:24:24 +02:00
parent 24e12d515d
commit 85c79422cf
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
2 changed files with 804 additions and 685 deletions

1475
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -2,15 +2,15 @@
"name": "pdf.js",
"type": "module",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/runtime": "^7.24.6",
"@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.30001621",
"caniuse-lite": "^1.0.30001624",
"canvas": "^2.11.2",
"core-js": "^3.37.1",
"cross-env": "^7.0.3",
@ -43,11 +43,11 @@
"postcss-dark-theme-class": "^1.3.0",
"postcss-dir-pseudo-class": "^8.0.1",
"postcss-discard-comments": "^7.0.0",
"postcss-nesting": "^12.1.4",
"postcss-nesting": "^12.1.5",
"prettier": "^3.2.5",
"puppeteer": "^22.9.0",
"puppeteer": "^22.10.0",
"streamqueue": "^1.1.2",
"stylelint": "^16.5.0",
"stylelint": "^16.6.1",
"stylelint-prettier": "^5.0.0",
"terser-webpack-plugin": "^5.3.10",
"tsc-alias": "^1.8.10",