mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-06 07:37:41 +00:00
fix node-ical version 0.12.7 for bad rrule throw
This commit is contained in:
parent
5079e30caf
commit
4d09abe725
@ -58,6 +58,7 @@ _This release is scheduled to be released on 2021-01-01._
|
|||||||
- update node-ical version again, 0.12.5, change RRULE fix (#2371, #2379)
|
- update node-ical version again, 0.12.5, change RRULE fix (#2371, #2379)
|
||||||
- Added missing function call in module.show()
|
- Added missing function call in module.show()
|
||||||
- remove undefined objects from modules array (#2382)
|
- remove undefined objects from modules array (#2382)
|
||||||
|
- update node-ical version again, 0.12.7, change RRULE fix (#2371, #2379), node-ical now throws error (which we catch)
|
||||||
|
|
||||||
## [2.13.0] - 2020-10-01
|
## [2.13.0] - 2020-10-01
|
||||||
|
|
||||||
|
@ -79,7 +79,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.5",
|
"node-ical": "^0.12.7",
|
||||||
"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