update dependencies, add CHANGELOG

This commit is contained in:
Karsten Hassel 2021-09-16 23:16:38 +02:00
parent 9969fede35
commit 879d585f2e
3 changed files with 513 additions and 510 deletions

View File

@ -27,6 +27,7 @@ _This release is scheduled to be released on 2021-10-01._
- Refactored methods from weatherproviders into weatherobject (isDaytime, updateSunTime).
- Use of `logger.js` in jest tests.
- Run prettier over all relevant files.
- Move test needing electron in new category `electron`, use `server only` mode in `e2e` tests.
### Fixed

1016
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -52,11 +52,11 @@
"eslint-plugin-prettier": "^4.0.0",
"express-basic-auth": "^1.2.0",
"husky": "^7.0.2",
"jest": "^27.1.1",
"jest": "^27.2.0",
"jsdom": "^17.0.0",
"lodash": "^4.17.21",
"nyc": "^15.1.0",
"prettier": "^2.4.0",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"sinon": "^11.1.2",
"spectron": "^15.0.0",
@ -67,7 +67,7 @@
"suncalc": "^1.8.0"
},
"optionalDependencies": {
"electron": "^13.3.0"
"electron": "^13.4.0"
},
"dependencies": {
"colors": "^1.4.0",