update electron to v29 and other deps (#3386)

This commit is contained in:
Karsten Hassel
2024-02-24 13:04:43 +01:00
committed by GitHub
parent 08f8a5107a
commit 73140cdf37
5 changed files with 762 additions and 488 deletions

View File

@@ -46,35 +46,35 @@
},
"homepage": "https://magicmirror.builders",
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.4",
"@stylistic/eslint-plugin": "^1.6.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-package-json": "^0.10.2",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-package-json": "^0.10.4",
"eslint-plugin-unicorn": "^51.0.1",
"express-basic-auth": "^1.2.1",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.1",
"playwright": "^1.41.1",
"prettier": "^3.2.4",
"lint-staged": "^15.2.2",
"playwright": "^1.41.2",
"prettier": "^3.2.5",
"sinon": "^17.0.1",
"stylelint": "^16.2.0",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"suncalc": "^1.9.0"
},
"optionalDependencies": {
"electron": "^28.2.1"
"electron": "^29.0.1"
},
"dependencies": {
"ansis": "^2.1.0",
"ansis": "^2.3.0",
"console-stamp": "^3.1.2",
"envsub": "^4.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"express": "^4.18.2",
"express-ipfilter": "^1.3.1",
"express-ipfilter": "^1.3.2",
"feedme": "^2.0.2",
"helmet": "^7.1.0",
"html-to-text": "^9.0.5",
@@ -84,7 +84,7 @@
"node-ical": "^0.17.2",
"pm2": "^5.3.1",
"socket.io": "^4.7.4",
"systeminformation": "^5.21.24"
"systeminformation": "^5.22.0"
},
"lint-staged": {
"*": "prettier --write",