1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Update typescript to version 5.6.2

This is unblocked because in commit bb302dd the default value for the
constructor got removed, which apparently confused TypeScript before.

Fixes #18770.
This commit is contained in:
Tim van der Meij 2024-09-23 20:33:05 +02:00
parent b65b7747b6
commit c8af3f14d3
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -59,7 +59,7 @@
"terser-webpack-plugin": "^5.3.10",
"tsc-alias": "^1.8.10",
"ttest": "^4.0.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vinyl": "^3.0.0",
"webpack": "^5.94.0",
"webpack-stream": "^7.0.0",
@ -13783,9 +13783,9 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View file

@ -54,7 +54,7 @@
"terser-webpack-plugin": "^5.3.10",
"tsc-alias": "^1.8.10",
"ttest": "^4.0.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vinyl": "^3.0.0",
"webpack": "^5.94.0",
"webpack-stream": "^7.0.0",