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:
Tim van der Meij 2022-04-30 19:56:10 +02:00
parent 75ac897284
commit dacd61fede
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 503 additions and 412 deletions

View file

@ -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: {