Upgrade PDF.js to v5 (#24948)

* Reapply "Upgrade PDF.js to v5 (#24646)" (#24946)
* Upgrade core-js, caniuse-lite and babel

GitOrigin-RevId: 63398189301b5f5adc8a17b332d92dccfc26d612
This commit is contained in:
Alf Eaton
2025-04-28 08:05:09 +00:00
committed by Copybot
parent 9d290ae234
commit 247b4e274d
9 changed files with 794 additions and 857 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
{
"useBuiltIns": "usage",
// This version must be aligned with the `core-js` version in `package.json`
"corejs": { "version": "3.38" },
"corejs": { "version": "3.41" },
"exclude": [
// Exclude Array.prototype.push polyfill, as it's not needed and affects performance in Chrome
"es.array.push",