From e5ff320591e5ca3585c48ef885b8d94df94f3f13 Mon Sep 17 00:00:00 2001 From: Sam Detweiler Date: Mon, 28 Dec 2020 08:15:40 -0600 Subject: [PATCH 1/2] fix package.json for optional dependency --- CHANGELOG.md | 1 + package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7228c8b65e..3831093a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ _This release is scheduled to be released on 2021-01-01._ - 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) - update Node-ical 0.12.4 , fix invalid RRULE format in cal entries +- fix package.json for optional electron dependency (2378) ## [2.13.0] - 2020-10-01 diff --git a/package.json b/package.json index 6da3538c03..2298f95ce4 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,6 @@ "dependencies": { "colors": "^1.4.0", "console-stamp": "^3.0.0-rc4.2", - "electron": "^8.5.3", "eslint": "^7.15.0", "express": "^4.17.1", "express-ipfilter": "^1.1.2", From 0975826457c3f1e36fc4dbc1b7cc77586199fd19 Mon Sep 17 00:00:00 2001 From: Sam Detweiler Date: Mon, 28 Dec 2020 08:24:19 -0600 Subject: [PATCH 2/2] update node-ical version --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3831093a02..152b7a7ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) - update Node-ical 0.12.4 , fix invalid RRULE format in cal entries - 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 diff --git a/package.json b/package.json index 2298f95ce4..551a00b194 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "iconv-lite": "^0.6.2", "module-alias": "^2.2.2", "moment": "^2.29.1", - "node-ical": "^0.12.4", + "node-ical": "^0.12.5", "request": "^2.88.2", "rrule": "^2.6.6", "rrule-alt": "^2.2.8",