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

Update dependencies to the most recent versions

This commit is contained in:
Tim van der Meij 2024-07-13 16:06:32 +02:00
parent 2d254375a8
commit 49eba2f892
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
2 changed files with 199 additions and 177 deletions

View file

@ -2,9 +2,9 @@
"name": "pdf.js",
"type": "module",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/runtime": "^7.24.8",
"@fluent/bundle": "^0.18.0",
"@fluent/dom": "^0.10.0",
"@jazzer.js/core": "^2.1.0",
@ -12,7 +12,7 @@
"@metalsmith/markdown": "^1.10.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"caniuse-lite": "^1.0.30001639",
"caniuse-lite": "^1.0.30001641",
"canvas": "^2.11.2",
"core-js": "^3.37.1",
"cross-env": "^7.0.3",
@ -35,7 +35,7 @@
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-zip": "^6.0.0",
"highlight.js": "^11.9.0",
"highlight.js": "^11.10.0",
"jasmine": "^5.1.0",
"jsdoc": "^4.0.3",
"jstransformer-nunjucks": "^1.2.0",
@ -49,17 +49,17 @@
"postcss-dir-pseudo-class": "^8.0.1",
"postcss-discard-comments": "^7.0.1",
"postcss-nesting": "^12.1.5",
"prettier": "^3.3.2",
"puppeteer": "^22.12.1",
"prettier": "^3.3.3",
"puppeteer": "^22.13.0",
"streamqueue": "^1.1.2",
"stylelint": "^16.6.1",
"stylelint": "^16.7.0",
"stylelint-prettier": "^5.0.0",
"terser-webpack-plugin": "^5.3.10",
"tsc-alias": "^1.8.10",
"ttest": "^4.0.0",
"typescript": "^5.5.3",
"vinyl": "^3.0.0",
"webpack": "^5.92.1",
"webpack": "^5.93.0",
"webpack-stream": "^7.0.0",
"yargs": "^17.7.2"
},