update dependencies incl. electron v31 (#3473)

This commit is contained in:
Karsten Hassel
2024-06-19 22:21:46 +02:00
committed by GitHub
parent bc27c46723
commit 9cbd30f296
3 changed files with 1214 additions and 295 deletions

View File

@@ -17,7 +17,7 @@ _This release is scheduled to be released on 2024-07-01._
### Updated
- [chore] Update dependencies including electron to v30
- [chore] Update dependencies including electron to v31
- [core] use node >= v20
### Fixed

1491
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -67,7 +67,7 @@
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"node-ical": "^0.18.0",
"pm2": "^5.4.0",
"pm2": "^5.4.1",
"socket.io": "^4.7.5",
"suncalc": "^1.9.0",
"systeminformation": "^5.22.11"
@@ -76,23 +76,23 @@
"@stylistic/eslint-plugin": "^1.8.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsdoc": "^48.2.9",
"eslint-plugin-package-json": "^0.14.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-package-json": "^0.15.0",
"eslint-plugin-unicorn": "^54.0.0",
"express-basic-auth": "^1.2.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"playwright": "^1.44.1",
"prettier": "^3.3.1",
"sinon": "^17.0.1",
"prettier": "^3.3.2",
"sinon": "^18.0.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0"
},
"optionalDependencies": {
"electron": "^30.1.0"
"electron": "^31.0.1"
},
"engines": {
"node": ">=20"