update dependencies including electron to v28 (#3357)

This commit is contained in:
Karsten Hassel
2024-01-16 21:45:04 +01:00
committed by GitHub
parent 58bc14e8c0
commit 098757f248
3 changed files with 256 additions and 350 deletions

View File

@@ -51,16 +51,16 @@
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-unicorn": "^50.0.1",
"express-basic-auth": "^1.2.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jsdom": "^23.0.1",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"playwright": "^1.40.1",
"prettier": "^3.1.1",
"playwright": "^1.41.0",
"prettier": "^3.2.2",
"sinon": "^17.0.1",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
@@ -68,7 +68,7 @@
"suncalc": "^1.9.0"
},
"optionalDependencies": {
"electron": "^27.2.0"
"electron": "^28.1.3"
},
"dependencies": {
"colors": "^1.4.0",
@@ -85,7 +85,7 @@
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"node-ical": "^0.17.1",
"socket.io": "^4.7.2",
"socket.io": "^4.7.4",
"systeminformation": "^5.21.22"
},
"lint-staged": {