- Remove useless css class in clock
- Fix typo in calendar
- Changelog also got a little screwed after last merge
- updated dependencies
This commit is contained in:
Veeck
2024-01-27 21:11:57 +01:00
committed by GitHub
parent 7f0b8e4054
commit fb5fab8145
5 changed files with 160 additions and 103 deletions

View File

@@ -46,27 +46,27 @@
},
"homepage": "https://magicmirror.builders",
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.3",
"@stylistic/eslint-plugin": "^1.5.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-package-json": "^0.10.0",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-package-json": "^0.10.1",
"eslint-plugin-unicorn": "^50.0.1",
"express-basic-auth": "^1.2.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"playwright": "^1.41.0",
"prettier": "^3.2.2",
"playwright": "^1.41.1",
"prettier": "^3.2.4",
"sinon": "^17.0.1",
"stylelint": "^16.1.0",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"suncalc": "^1.9.0"
},
"optionalDependencies": {
"electron": "^28.1.3"
"electron": "^28.2.0"
},
"dependencies": {
"ansis": "^2.0.3",
@@ -84,7 +84,7 @@
"node-ical": "^0.17.1",
"pm2": "^5.3.1",
"socket.io": "^4.7.4",
"systeminformation": "^5.21.22"
"systeminformation": "^5.21.24"
},
"lint-staged": {
"*": "prettier --write",