update node-ical to v0.15 and added luxon as dependency for not breaking the "no-optional" install (see #2718 and #2824).

This commit is contained in:
Karsten Hassel 2022-03-28 19:41:41 +02:00
parent a143ebc8e0
commit ed65c70a36
5 changed files with 394 additions and 347 deletions

View File

@ -26,6 +26,7 @@ _This release is scheduled to be released on 2022-04-01._
- 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.
- Update Danish and German translation.
- Update `node-ical` to v0.15 and added `luxon` as dependency for not breaking the "no-optional" install (see #2718 and #2824).
### Fixed

View File

@ -7,31 +7,31 @@
"name": "magicmirror-fonts",
"license": "MIT",
"dependencies": {
"@fontsource/roboto": "^4.5.3",
"@fontsource/roboto-condensed": "^4.5.4"
"@fontsource/roboto": "^4.5.5",
"@fontsource/roboto-condensed": "^4.5.6"
}
},
"node_modules/@fontsource/roboto": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-4.5.3.tgz",
"integrity": "sha512-NUvBTj332dFRdiVkLlavXbDGoD2zyyeGYmMyrXOnctg/3e4pq95+rJgNfUP+k4v8UBk2L1aomGw9dDjbRdAmTg=="
"version": "4.5.5",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-4.5.5.tgz",
"integrity": "sha512-Pe1p+gAO6K0aLxBXlLoJRHVx352tVc/v/7DOnvM3t+FYXb+KUga9aCD1NpnDfd0kKnWXqrZyAXguyyFWDDuphw=="
},
"node_modules/@fontsource/roboto-condensed": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-4.5.4.tgz",
"integrity": "sha512-f7/6m4eW8LXmUrx3yxgzWNte4oztZrBH40BuTdgEgDIGU72HzRlM78k1u3BV945SaQwPoA+yv5RDa+FOfzpflA=="
"version": "4.5.6",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-4.5.6.tgz",
"integrity": "sha512-WDN0RlwXa3ADUDJxrB9HEIhrwYdJFLTNw4YemEYSeIPURU5DAHSx2VFXFv69PbM7kV8At5yMTp8bQkL5TBUP3w=="
}
},
"dependencies": {
"@fontsource/roboto": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-4.5.3.tgz",
"integrity": "sha512-NUvBTj332dFRdiVkLlavXbDGoD2zyyeGYmMyrXOnctg/3e4pq95+rJgNfUP+k4v8UBk2L1aomGw9dDjbRdAmTg=="
"version": "4.5.5",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-4.5.5.tgz",
"integrity": "sha512-Pe1p+gAO6K0aLxBXlLoJRHVx352tVc/v/7DOnvM3t+FYXb+KUga9aCD1NpnDfd0kKnWXqrZyAXguyyFWDDuphw=="
},
"@fontsource/roboto-condensed": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-4.5.4.tgz",
"integrity": "sha512-f7/6m4eW8LXmUrx3yxgzWNte4oztZrBH40BuTdgEgDIGU72HzRlM78k1u3BV945SaQwPoA+yv5RDa+FOfzpflA=="
"version": "4.5.6",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-4.5.6.tgz",
"integrity": "sha512-WDN0RlwXa3ADUDJxrB9HEIhrwYdJFLTNw4YemEYSeIPURU5DAHSx2VFXFv69PbM7kV8At5yMTp8bQkL5TBUP3w=="
}
}
}

View File

@ -10,7 +10,7 @@
"url": "https://github.com/MichMich/MagicMirror/issues"
},
"dependencies": {
"@fontsource/roboto": "^4.5.3",
"@fontsource/roboto-condensed": "^4.5.4"
"@fontsource/roboto": "^4.5.5",
"@fontsource/roboto-condensed": "^4.5.6"
}
}

685
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -48,8 +48,8 @@
"homepage": "https://magicmirror.builders",
"devDependencies": {
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.2",
"eslint-plugin-jsdoc": "^38.0.6",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jsdoc": "^38.1.3",
"eslint-plugin-prettier": "^4.0.0",
"express-basic-auth": "^1.2.1",
"husky": "^7.0.4",
@ -57,33 +57,34 @@
"jsdom": "^19.0.0",
"lodash": "^4.17.21",
"nyc": "^15.1.0",
"playwright": "^1.20.0",
"prettier": "^2.6.0",
"playwright": "^1.20.1",
"prettier": "^2.6.1",
"pretty-quick": "^3.1.3",
"sinon": "^13.0.1",
"stylelint": "^14.6.0",
"stylelint": "^14.6.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-prettier": "^2.0.0",
"suncalc": "^1.9.0"
},
"optionalDependencies": {
"electron": "^17.1.2"
"electron": "^17.2.0"
},
"dependencies": {
"colors": "^1.4.0",
"console-stamp": "^3.0.4",
"digest-fetch": "^1.2.1",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"express": "^4.17.3",
"express-ipfilter": "^1.2.0",
"feedme": "^2.0.2",
"helmet": "^5.0.2",
"iconv-lite": "^0.6.3",
"luxon": "^1.21.3",
"module-alias": "^2.2.2",
"moment": "^2.29.1",
"node-fetch": "^2.6.7",
"node-ical": "^0.13.0",
"node-ical": "^0.15.1",
"socket.io": "^4.4.1"
},
"_moduleAliases": {