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

@ -97,7 +97,7 @@ const AUTOPREFIXER_CONFIG = {
const BABEL_TARGETS = ENV_TARGETS.join(", ");
const BABEL_PRESET_ENV_OPTS = Object.freeze({
corejs: "3.40.0",
corejs: "3.41.0",
exclude: ["web.structured-clone"],
shippedProposals: true,
useBuiltIns: "usage",