update dependencies (#3140)

last dependency update before next release
This commit is contained in:
Karsten Hassel 2023-06-29 22:59:43 +02:00 committed by GitHub
parent 3c35d346ee
commit 0e00e64493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 518 additions and 496 deletions

View File

@ -25,7 +25,7 @@ _This release is scheduled to be released on 2023-07-01._
### Updated ### Updated
- Added support for precipitation probability with openmeteo weather-provider - Added support for precipitation probability with openmeteo weather-provider
- Update electron to v25 and other dependencies - Update electron to v25.2 and other dependencies
- Use node v20 in github workflow (replacing v14) - Use node v20 in github workflow (replacing v14)
- Refactor formatTime into common util function for default modules - Refactor formatTime into common util function for default modules
- Refactor some calendar methods into own class and added tests for them - Refactor some calendar methods into own class and added tests for them

1004
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2", "eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsdoc": "^46.2.6", "eslint-plugin-jsdoc": "^46.4.2",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"express-basic-auth": "^1.2.1", "express-basic-auth": "^1.2.1",
"husky": "^8.0.3", "husky": "^8.0.3",
@ -63,7 +63,7 @@
"prettier": "^2.8.8", "prettier": "^2.8.8",
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"sinon": "^15.2.0", "sinon": "^15.2.0",
"stylelint": "^15.8.0", "stylelint": "^15.9.0",
"stylelint-config-standard": "^33.0.0", "stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0", "stylelint-prettier": "^3.0.0",
"suncalc": "^1.9.0" "suncalc": "^1.9.0"
@ -85,9 +85,9 @@
"luxon": "^1.28.1", "luxon": "^1.28.1",
"module-alias": "^2.2.3", "module-alias": "^2.2.3",
"moment": "^2.29.4", "moment": "^2.29.4",
"node-fetch": "^2.6.11", "node-fetch": "^2.6.12",
"node-ical": "^0.16.1", "node-ical": "^0.16.1",
"socket.io": "^4.6.2" "socket.io": "^4.7.1"
}, },
"_moduleAliases": { "_moduleAliases": {
"node_helper": "js/node_helper.js", "node_helper": "js/node_helper.js",