mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
update dependencies (#3527)
We cannot upgrade to electron v32 because electron-rebuild is failing with epoll, so staying at v31.
This commit is contained in:
20
package.json
20
package.json
@@ -71,29 +71,29 @@
|
||||
"pm2": "^5.4.2",
|
||||
"socket.io": "^4.7.5",
|
||||
"suncalc": "^1.9.0",
|
||||
"systeminformation": "^5.23.4"
|
||||
"systeminformation": "^5.23.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stylistic/eslint-plugin": "^2.6.2",
|
||||
"@stylistic/eslint-plugin": "^2.7.2",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jest": "^28.8.0",
|
||||
"eslint-plugin-jsdoc": "^50.0.0",
|
||||
"eslint-plugin-jest": "^28.8.1",
|
||||
"eslint-plugin-jsdoc": "^50.2.2",
|
||||
"eslint-plugin-package-json": "^0.15.2",
|
||||
"eslint-plugin-unicorn": "^55.0.0",
|
||||
"express-basic-auth": "^1.2.1",
|
||||
"husky": "^9.1.4",
|
||||
"husky": "^9.1.5",
|
||||
"jest": "^29.7.0",
|
||||
"jsdom": "^24.1.1",
|
||||
"lint-staged": "^15.2.8",
|
||||
"playwright": "^1.46.0",
|
||||
"jsdom": "^25.0.0",
|
||||
"lint-staged": "^15.2.9",
|
||||
"playwright": "^1.46.1",
|
||||
"prettier": "^3.3.3",
|
||||
"sinon": "^18.0.0",
|
||||
"stylelint": "^16.8.1",
|
||||
"stylelint": "^16.9.0",
|
||||
"stylelint-config-standard": "^36.0.1",
|
||||
"stylelint-prettier": "^5.0.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^31.3.1"
|
||||
"electron": "^31.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
|
Reference in New Issue
Block a user