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

Update npm packages

The new major version of `gulp-zip` shouldn't be a problem, given the changes listed in https://github.com/sindresorhus/gulp-zip/releases/tag/v6.0.0
This commit is contained in:
Jonas Jenwald 2023-11-04 09:30:39 +01:00
parent f528f6f07b
commit e0898a7ee3
3 changed files with 141 additions and 129 deletions

View file

@ -219,7 +219,7 @@ function createWebpackConfig(
[
"@babel/preset-env",
{
corejs: "3.33.1",
corejs: "3.33.2",
exclude: ["web.structured-clone"],
shippedProposals: true,
useBuiltIns: "usage",