mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Update dependencies to the most recent versions
There are two notable changes here: - `dommatrix` is a major version upgrade, but looking through the commit history of their `package.json` file at https://github.com/thednp/dommatrix/commits/master/package.json (due to the lack of a changelog) I couldn't find any breaking changes. - `es-module-shims` is a regular update, but it was previously pinned for causing intermittent breakage when running the unit tests in a browser manually. Fortunately this cannot be reproduced anymore with the most recent version, so we can also put the caret back now.
This commit is contained in:
parent
75ac897284
commit
dacd61fede
3 changed files with 503 additions and 412 deletions
|
@ -2106,7 +2106,7 @@ function packageBowerJson() {
|
|||
bugs: DIST_BUGS_URL,
|
||||
license: DIST_LICENSE,
|
||||
dependencies: {
|
||||
dommatrix: "^0.0.24",
|
||||
dommatrix: "^1.0.1",
|
||||
"web-streams-polyfill": "^3.2.1",
|
||||
},
|
||||
peerDependencies: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue