mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Merge pull request #2372 from sdetweil/update_node-ical
update node-ical to 0.12.4
This commit is contained in:
commit
0c3f9f4ed9
@ -51,6 +51,7 @@ _This release is scheduled to be released on 2021-01-01._
|
|||||||
- Corrected logic for timeFormat "relative" and "absolute".
|
- Corrected logic for timeFormat "relative" and "absolute".
|
||||||
- Fix Default Alert Module does not hide black overlay when alert is dismissed manually. (#2228)
|
- Fix Default Alert Module does not hide black overlay when alert is dismissed manually. (#2228)
|
||||||
- Weather module - Always displays night icons when local is other then English. (#2221)
|
- Weather module - Always displays night icons when local is other then English. (#2221)
|
||||||
|
- update Node-ical 0.12.4 , fix invalid RRULE format in cal entries
|
||||||
|
|
||||||
## [2.13.0] - 2020-10-01
|
## [2.13.0] - 2020-10-01
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
"iconv-lite": "^0.6.2",
|
"iconv-lite": "^0.6.2",
|
||||||
"module-alias": "^2.2.2",
|
"module-alias": "^2.2.2",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"node-ical": "^0.12.3",
|
"node-ical": "^0.12.4",
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"rrule": "^2.6.6",
|
"rrule": "^2.6.6",
|
||||||
"rrule-alt": "^2.2.8",
|
"rrule-alt": "^2.2.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user