update dependencies (#3804)

and add now required "type" to `package.json`
This commit is contained in:
Karsten Hassel 2025-06-01 17:51:31 +02:00 committed by GitHub
parent c8625ff506
commit 975ee9c97d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 436 additions and 318 deletions

View File

@ -43,7 +43,7 @@ planned for 2025-07-01
### Updated
- [core] Update dependencies incl. electron to v36 (#3774, #3788)
- [core] Update dependencies including electron to v36 (#3774, #3788)
## [2.31.0] - 2025-04-01

727
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,7 @@
"contributors": [
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
],
"type": "",
"main": "js/electron.js",
"scripts": {
"config:check": "node js/check_config.js",
@ -67,7 +68,7 @@
"console-stamp": "^3.1.2",
"croner": "^9.0.0",
"envsub": "^4.1.0",
"eslint": "^9.27.0",
"eslint": "^9.28.0",
"express": "^5.1.0",
"express-ipfilter": "^1.3.2",
"feedme": "^2.0.2",
@ -76,38 +77,38 @@
"iconv-lite": "^0.6.3",
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.48",
"moment-timezone": "^0.6.0",
"node-ical": "^0.20.1",
"nunjucks": "^3.2.4",
"pm2": "^6.0.6",
"socket.io": "^4.8.1",
"suncalc": "^1.9.0",
"systeminformation": "^5.26.1",
"systeminformation": "^5.27.1",
"undici": "^7.10.0",
"weathericons": "^2.1.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^4.2.0",
"@stylistic/eslint-plugin": "^4.4.0",
"cspell": "^9.0.2",
"eslint-plugin-import-x": "^4.12.2",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.17",
"eslint-plugin-package-json": "^0.31.0",
"eslint-plugin-import-x": "^4.15.0",
"eslint-plugin-jest": "^28.12.0",
"eslint-plugin-jsdoc": "^50.7.0",
"eslint-plugin-package-json": "^0.33.1",
"express-basic-auth": "^1.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jsdom": "^26.1.0",
"lint-staged": "^16.0.0",
"lint-staged": "^16.1.0",
"markdownlint-cli2": "^0.18.1",
"playwright": "^1.52.0",
"prettier": "^3.5.3",
"sinon": "^20.0.0",
"stylelint": "^16.19.1",
"stylelint": "^16.20.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-prettier": "^5.0.3"
},
"optionalDependencies": {
"electron": "^36.3.0"
"electron": "^36.3.2"
},
"engines": {
"node": ">=22.14.0"