mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +00:00
update dependencies (#3804)
and add now required "type" to `package.json`
This commit is contained in:
parent
c8625ff506
commit
975ee9c97d
@ -43,7 +43,7 @@ planned for 2025-07-01
|
|||||||
|
|
||||||
### Updated
|
### 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
|
## [2.31.0] - 2025-04-01
|
||||||
|
|
||||||
|
727
package-lock.json
generated
727
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
23
package.json
23
package.json
@ -22,6 +22,7 @@
|
|||||||
"contributors": [
|
"contributors": [
|
||||||
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
|
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
|
||||||
],
|
],
|
||||||
|
"type": "",
|
||||||
"main": "js/electron.js",
|
"main": "js/electron.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"config:check": "node js/check_config.js",
|
"config:check": "node js/check_config.js",
|
||||||
@ -67,7 +68,7 @@
|
|||||||
"console-stamp": "^3.1.2",
|
"console-stamp": "^3.1.2",
|
||||||
"croner": "^9.0.0",
|
"croner": "^9.0.0",
|
||||||
"envsub": "^4.1.0",
|
"envsub": "^4.1.0",
|
||||||
"eslint": "^9.27.0",
|
"eslint": "^9.28.0",
|
||||||
"express": "^5.1.0",
|
"express": "^5.1.0",
|
||||||
"express-ipfilter": "^1.3.2",
|
"express-ipfilter": "^1.3.2",
|
||||||
"feedme": "^2.0.2",
|
"feedme": "^2.0.2",
|
||||||
@ -76,38 +77,38 @@
|
|||||||
"iconv-lite": "^0.6.3",
|
"iconv-lite": "^0.6.3",
|
||||||
"module-alias": "^2.2.3",
|
"module-alias": "^2.2.3",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
"moment-timezone": "^0.5.48",
|
"moment-timezone": "^0.6.0",
|
||||||
"node-ical": "^0.20.1",
|
"node-ical": "^0.20.1",
|
||||||
"nunjucks": "^3.2.4",
|
"nunjucks": "^3.2.4",
|
||||||
"pm2": "^6.0.6",
|
"pm2": "^6.0.6",
|
||||||
"socket.io": "^4.8.1",
|
"socket.io": "^4.8.1",
|
||||||
"suncalc": "^1.9.0",
|
"suncalc": "^1.9.0",
|
||||||
"systeminformation": "^5.26.1",
|
"systeminformation": "^5.27.1",
|
||||||
"undici": "^7.10.0",
|
"undici": "^7.10.0",
|
||||||
"weathericons": "^2.1.0"
|
"weathericons": "^2.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@stylistic/eslint-plugin": "^4.2.0",
|
"@stylistic/eslint-plugin": "^4.4.0",
|
||||||
"cspell": "^9.0.2",
|
"cspell": "^9.0.2",
|
||||||
"eslint-plugin-import-x": "^4.12.2",
|
"eslint-plugin-import-x": "^4.15.0",
|
||||||
"eslint-plugin-jest": "^28.11.0",
|
"eslint-plugin-jest": "^28.12.0",
|
||||||
"eslint-plugin-jsdoc": "^50.6.17",
|
"eslint-plugin-jsdoc": "^50.7.0",
|
||||||
"eslint-plugin-package-json": "^0.31.0",
|
"eslint-plugin-package-json": "^0.33.1",
|
||||||
"express-basic-auth": "^1.2.1",
|
"express-basic-auth": "^1.2.1",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"jsdom": "^26.1.0",
|
"jsdom": "^26.1.0",
|
||||||
"lint-staged": "^16.0.0",
|
"lint-staged": "^16.1.0",
|
||||||
"markdownlint-cli2": "^0.18.1",
|
"markdownlint-cli2": "^0.18.1",
|
||||||
"playwright": "^1.52.0",
|
"playwright": "^1.52.0",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.5.3",
|
||||||
"sinon": "^20.0.0",
|
"sinon": "^20.0.0",
|
||||||
"stylelint": "^16.19.1",
|
"stylelint": "^16.20.0",
|
||||||
"stylelint-config-standard": "^38.0.0",
|
"stylelint-config-standard": "^38.0.0",
|
||||||
"stylelint-prettier": "^5.0.3"
|
"stylelint-prettier": "^5.0.3"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"electron": "^36.3.0"
|
"electron": "^36.3.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=22.14.0"
|
"node": ">=22.14.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user