mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
update dependencies and formatting (#3693)
after updating deps 2 files needed formatting updates
This commit is contained in:
parent
99dda821d3
commit
2400e2045f
@ -24,6 +24,8 @@ planned for 2025-04-01
|
|||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
- [core] Update dependencies and formatting
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [calendar] Fix clipping events being broadcast (#3678)
|
- [calendar] Fix clipping events being broadcast (#3678)
|
||||||
|
1492
package-lock.json
generated
1492
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -63,10 +63,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ajv": "^8.17.1",
|
"ajv": "^8.17.1",
|
||||||
"ansis": "^3.5.2",
|
"ansis": "^3.9.0",
|
||||||
"console-stamp": "^3.1.2",
|
"console-stamp": "^3.1.2",
|
||||||
"envsub": "^4.1.0",
|
"envsub": "^4.1.0",
|
||||||
"eslint": "^9.17.0",
|
"eslint": "^9.18.0",
|
||||||
"express": "^4.21.2",
|
"express": "^4.21.2",
|
||||||
"express-ipfilter": "^1.3.2",
|
"express-ipfilter": "^1.3.2",
|
||||||
"feedme": "^2.0.2",
|
"feedme": "^2.0.2",
|
||||||
@ -79,12 +79,12 @@
|
|||||||
"pm2": "^5.4.3",
|
"pm2": "^5.4.3",
|
||||||
"socket.io": "^4.8.1",
|
"socket.io": "^4.8.1",
|
||||||
"suncalc": "^1.9.0",
|
"suncalc": "^1.9.0",
|
||||||
"systeminformation": "^5.24.3",
|
"systeminformation": "^5.25.11",
|
||||||
"undici": "^7.2.0"
|
"undici": "^7.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@stylistic/eslint-plugin": "^2.12.1",
|
"@stylistic/eslint-plugin": "^2.13.0",
|
||||||
"cspell": "^8.17.1",
|
"cspell": "^8.17.2",
|
||||||
"eslint-plugin-import": "^2.31.0",
|
"eslint-plugin-import": "^2.31.0",
|
||||||
"eslint-plugin-jest": "^28.10.0",
|
"eslint-plugin-jest": "^28.10.0",
|
||||||
"eslint-plugin-jsdoc": "^50.6.1",
|
"eslint-plugin-jsdoc": "^50.6.1",
|
||||||
@ -92,18 +92,18 @@
|
|||||||
"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": "^25.0.1",
|
"jsdom": "^26.0.0",
|
||||||
"lint-staged": "^15.3.0",
|
"lint-staged": "^15.3.0",
|
||||||
"markdownlint-cli2": "^0.17.1",
|
"markdownlint-cli2": "^0.17.1",
|
||||||
"playwright": "^1.49.1",
|
"playwright": "^1.49.1",
|
||||||
"prettier": "^3.4.2",
|
"prettier": "^3.4.2",
|
||||||
"sinon": "^19.0.2",
|
"sinon": "^19.0.2",
|
||||||
"stylelint": "^16.12.0",
|
"stylelint": "^16.13.1",
|
||||||
"stylelint-config-standard": "^36.0.1",
|
"stylelint-config-standard": "^37.0.0",
|
||||||
"stylelint-prettier": "^5.0.2"
|
"stylelint-prettier": "^5.0.2"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"electron": "^32.2.7"
|
"electron": "^32.2.8"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20.18.1 <21 || >=22"
|
"node": ">=20.18.1 <21 || >=22"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user