mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 09:52:37 +00:00
chore: update dependencies (#3921)
Normally, I wouldn't update the dependencies again so soon, but `node-ical` underwent some major changes (see https://github.com/jens-maus/node-ical/pull/404) with the last release, and I'd like to use it here as early as possible to see if there are any problems with it.
This commit is contained in:
committed by
GitHub
parent
2a4a056c84
commit
64f78ea2f2
13
package.json
13
package.json
@@ -68,6 +68,9 @@
|
||||
"*.js": "eslint --fix",
|
||||
"*.css": "stylelint --fix"
|
||||
},
|
||||
"overrides": {
|
||||
"parse5": "7.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/roboto": "^5.2.8",
|
||||
"@fontsource/roboto-condensed": "^5.2.8",
|
||||
@@ -77,7 +80,7 @@
|
||||
"console-stamp": "^3.1.2",
|
||||
"croner": "^9.1.0",
|
||||
"envsub": "^4.1.0",
|
||||
"eslint": "^9.37.0",
|
||||
"eslint": "^9.38.0",
|
||||
"express": "^5.1.0",
|
||||
"feedme": "^2.0.2",
|
||||
"helmet": "^8.1.0",
|
||||
@@ -86,7 +89,7 @@
|
||||
"ipaddr.js": "^2.2.0",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.6.0",
|
||||
"node-ical": "^0.21.0",
|
||||
"node-ical": "^0.22.0",
|
||||
"nunjucks": "^3.2.4",
|
||||
"pm2": "^6.0.13",
|
||||
"socket.io": "^4.8.1",
|
||||
@@ -96,7 +99,7 @@
|
||||
"weathericons": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stylistic/eslint-plugin": "^5.4.0",
|
||||
"@stylistic/eslint-plugin": "^5.5.0",
|
||||
"cspell": "^9.2.1",
|
||||
"eslint-plugin-import-x": "^4.16.1",
|
||||
"eslint-plugin-jest": "^29.0.1",
|
||||
@@ -105,10 +108,10 @@
|
||||
"express-basic-auth": "^1.2.1",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^30.2.0",
|
||||
"jsdom": "^27.0.0",
|
||||
"jsdom": "^27.0.1",
|
||||
"lint-staged": "^16.2.4",
|
||||
"markdownlint-cli2": "^0.18.1",
|
||||
"playwright": "^1.56.0",
|
||||
"playwright": "^1.56.1",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-jinja-template": "^2.1.0",
|
||||
"stylelint": "^16.25.0",
|
||||
|
||||
Reference in New Issue
Block a user