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 2024-08-25 11:36:55 +02:00
parent 037c181af6
commit 5d31fda876
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 112 additions and 160 deletions

View file

@ -3,8 +3,8 @@
"type": "module",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@babel/preset-env": "^7.25.4",
"@babel/runtime": "^7.25.4",
"@fluent/bundle": "^0.18.0",
"@fluent/dom": "^0.10.0",
"@jazzer.js/core": "^2.1.0",
@ -12,16 +12,16 @@
"@metalsmith/markdown": "^1.10.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"caniuse-lite": "^1.0.30001651",
"caniuse-lite": "^1.0.30001653",
"canvas": "^2.11.2",
"core-js": "^3.38.0",
"core-js": "^3.38.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jasmine": "^4.2.0",
"eslint-plugin-jasmine": "^4.2.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^5.2.1",
@ -56,7 +56,7 @@
"ttest": "^4.0.0",
"typescript": "^5.5.4",
"vinyl": "^3.0.0",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-stream": "^7.0.0",
"yargs": "^17.7.2"
},