update dependencies incl. electron to v37, remove one failing unit test (#3831)

- see title and #3820
- remove failing unit calendar test until solved, see
https://github.com/MagicMirrorOrg/MagicMirror/issues/3830
This commit is contained in:
Karsten Hassel
2025-07-01 22:38:40 +02:00
committed by GitHub
parent 106b505f2c
commit 855b1d7cbf
4 changed files with 96 additions and 104 deletions

View File

@@ -93,7 +93,7 @@
"cspell": "^9.1.2",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-jsdoc": "^51.2.3",
"eslint-plugin-jsdoc": "^51.3.1",
"eslint-plugin-package-json": "^0.42.0",
"express-basic-auth": "^1.2.1",
"husky": "^9.1.7",
@@ -101,7 +101,7 @@
"jsdom": "^26.1.0",
"lint-staged": "^16.1.2",
"markdownlint-cli2": "^0.18.1",
"playwright": "^1.53.1",
"playwright": "^1.53.2",
"prettier": "^3.6.2",
"sinon": "^21.0.0",
"stylelint": "^16.21.0",
@@ -109,7 +109,7 @@
"stylelint-prettier": "^5.0.3"
},
"optionalDependencies": {
"electron": "^36.6.0"
"electron": "^37.1.0"
},
"engines": {
"node": ">=22.14.0"