update deps jsdom, object-hash, webpack

This commit is contained in:
Daniel Waxweiler 2021-06-02 10:36:59 +02:00
parent 7795ccc36a
commit 23bd4f2d15
3 changed files with 161 additions and 731 deletions

885
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"luxon": "^1.27.0",
"object-hash": "^2.1.1"
"object-hash": "^2.2.0"
},
"devDependencies": {
"ava": "^3.15.0",
@ -34,8 +34,8 @@
"esm": "^3.2.25",
"gulp": "^4.0.2",
"gulp-replace": "^1.1.3",
"jsdom": "^16.5.3",
"webpack": "^5.37.1",
"jsdom": "^16.6.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-stream": "^6.1.2"
},

View File

@ -2,6 +2,7 @@
#### Added
- Optionally display the current offset as short name after the time via the general plugin settings
#### Changed
- Update dependencies
#### Deprecated
#### Removed
#### Fixed