update dependencies

This commit is contained in:
Karsten Hassel 2022-09-27 22:25:20 +02:00
parent e917f40542
commit 2338a90191
3 changed files with 1654 additions and 1293 deletions

View File

@ -19,7 +19,7 @@ _This release is scheduled to be released on 2022-10-01._
## Updated ## Updated
- Removed DAYAFTERTOMORROW from English - Removed DAYAFTERTOMORROW from English
- Update dependencies - Update dependencies.
- Updated jsdoc - Updated jsdoc
- Updated font tree to use variables consistantly - Updated font tree to use variables consistantly

2933
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -50,33 +50,33 @@
"homepage": "https://magicmirror.builders", "homepage": "https://magicmirror.builders",
"devDependencies": { "devDependencies": {
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.0.1", "eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jsdoc": "^39.3.6", "eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"express-basic-auth": "^1.2.1", "express-basic-auth": "^1.2.1",
"husky": "^8.0.1", "husky": "^8.0.1",
"jest": "^29.0.2", "jest": "^29.0.3",
"jsdom": "^20.0.0", "jsdom": "^20.0.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"playwright": "^1.25.1", "playwright": "^1.26.1",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"sinon": "^14.0.0", "sinon": "^14.0.0",
"stylelint": "^14.11.0", "stylelint": "^14.12.1",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^28.0.0", "stylelint-config-standard": "^28.0.0",
"stylelint-prettier": "^2.0.0", "stylelint-prettier": "^2.0.0",
"suncalc": "^1.9.0" "suncalc": "^1.9.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"electron": "^19.0.15" "electron": "^19.1.0"
}, },
"dependencies": { "dependencies": {
"colors": "^1.4.0", "colors": "^1.4.0",
"console-stamp": "^3.0.6", "console-stamp": "^3.0.6",
"digest-fetch": "^1.3.0", "digest-fetch": "^1.3.0",
"eslint": "^8.23.0", "eslint": "^8.24.0",
"express": "^4.18.1", "express": "^4.18.1",
"express-ipfilter": "^1.3.1", "express-ipfilter": "^1.3.1",
"feedme": "^2.0.2", "feedme": "^2.0.2",