Update ESLint and prettier (#3746)

This will fix #3745.
This commit is contained in:
Kristjan ESPERANTO
2025-03-18 22:30:20 +01:00
committed by GitHub
parent 0cfe2730ea
commit 68ec696c25
4 changed files with 213 additions and 201 deletions

View File

@@ -66,7 +66,7 @@
"ansis": "^3.16.0",
"console-stamp": "^3.1.2",
"envsub": "^4.1.0",
"eslint": "^9.21.0",
"eslint": "^9.22.0",
"express": "^4.21.2",
"express-ipfilter": "^1.3.2",
"feedme": "^2.0.2",
@@ -83,12 +83,12 @@
"undici": "^7.4.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^4.1.0",
"@stylistic/eslint-plugin": "^4.2.0",
"cspell": "^8.17.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-package-json": "^0.26.0",
"eslint-plugin-jsdoc": "^50.6.8",
"eslint-plugin-package-json": "^0.29.0",
"express-basic-auth": "^1.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
@@ -96,9 +96,9 @@
"lint-staged": "^15.4.3",
"markdownlint-cli2": "^0.17.2",
"playwright": "^1.50.1",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"sinon": "^19.0.2",
"stylelint": "^16.15.0",
"stylelint": "^16.16.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-prettier": "^5.0.3"
},