Update dependencies (#3487)

and minor fixes in changelog.
This commit is contained in:
Karsten Hassel
2024-06-28 22:09:44 +02:00
committed by GitHub
parent cfc0bc617f
commit 74c6bb30b0
3 changed files with 189 additions and 111 deletions

View File

@@ -77,7 +77,7 @@
"@stylistic/eslint-plugin": "^1.8.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-jsdoc": "^48.5.0",
"eslint-plugin-package-json": "^0.15.0",
"eslint-plugin-unicorn": "^54.0.0",
"express-basic-auth": "^1.2.1",
@@ -85,15 +85,15 @@
"jest": "^29.7.0",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"playwright": "^1.44.1",
"playwright": "^1.45.0",
"prettier": "^3.3.2",
"sinon": "^18.0.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.0"
},
"optionalDependencies": {
"electron": "^31.0.1"
"electron": "^31.1.0"
},
"engines": {
"node": ">=20"