update node-ical version

This commit is contained in:
Sam Detweiler 2020-12-28 08:24:19 -06:00
parent e5ff320591
commit 0975826457
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ _This release is scheduled to be released on 2021-01-01._
- 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 - update Node-ical 0.12.4 , fix invalid RRULE format in cal entries
- fix package.json for optional electron dependency (2378) - fix package.json for optional electron dependency (2378)
- update node-ical version again, 0.12.5, change RRULE fix (#2371, #2379)
## [2.13.0] - 2020-10-01 ## [2.13.0] - 2020-10-01

View File

@ -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.4", "node-ical": "^0.12.5",
"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",