mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
update dependencies including electron v17 beta
This commit is contained in:
parent
4b381f33b5
commit
afa6c4270d
@ -19,7 +19,7 @@ _This release is scheduled to be released on 2022-04-01._
|
||||
### Updated
|
||||
|
||||
- deprecated roboto fonts package `roboto-fontface-bower` replaced with `fontsource`.
|
||||
- update `helmet` to v5, use defaults of v4.
|
||||
- update `helmet` to v5 (use defaults of v4) and other dependencies.
|
||||
- updates Font Awesome css class to new default style (fixes #2768)
|
||||
- replaced deprecated modules `currentweather` and `weatherforecast` with dummy modules only displaying that they have to be replaced.
|
||||
- include all calendar events from the configured date range when broadcasting.
|
||||
|
977
package-lock.json
generated
977
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -47,8 +47,8 @@
|
||||
"homepage": "https://magicmirror.builders",
|
||||
"devDependencies": {
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^25.3.4",
|
||||
"eslint-plugin-jsdoc": "^37.6.1",
|
||||
"eslint-plugin-jest": "^26.0.0",
|
||||
"eslint-plugin-jsdoc": "^37.7.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"express-basic-auth": "^1.2.1",
|
||||
"husky": "^7.0.4",
|
||||
@ -56,32 +56,32 @@
|
||||
"jsdom": "^19.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"nyc": "^15.1.0",
|
||||
"playwright": "^1.17.1",
|
||||
"playwright": "^1.18.0",
|
||||
"prettier": "^2.5.1",
|
||||
"pretty-quick": "^3.1.3",
|
||||
"sinon": "^12.0.1",
|
||||
"stylelint": "^14.2.0",
|
||||
"stylelint": "^14.3.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-standard": "^24.0.0",
|
||||
"stylelint-prettier": "^2.0.0",
|
||||
"suncalc": "^1.8.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^16.0.6"
|
||||
"electron": "beta"
|
||||
},
|
||||
"dependencies": {
|
||||
"colors": "^1.4.0",
|
||||
"console-stamp": "^3.0.3",
|
||||
"digest-fetch": "^1.2.1",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint": "^8.7.0",
|
||||
"express": "^4.17.2",
|
||||
"express-ipfilter": "^1.2.0",
|
||||
"feedme": "^2.0.2",
|
||||
"helmet": "^5.0.1",
|
||||
"helmet": "^5.0.2",
|
||||
"iconv-lite": "^0.6.3",
|
||||
"module-alias": "^2.2.2",
|
||||
"moment": "^2.29.1",
|
||||
"node-fetch": "^2.6.6",
|
||||
"node-fetch": "^2.6.7",
|
||||
"node-ical": "^0.13.0",
|
||||
"socket.io": "^4.4.1"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user