1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Update eslint (#12833)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-01 14:46:54 +01:00
committed by GitHub
parent 22817317f1
commit c6f47a9084
23 changed files with 236 additions and 387 deletions

View File

@@ -45,16 +45,16 @@
"entities": "2.2.0"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@types/node": "18.19.87",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"coveralls": "3.1.1",
"eslint": "8.57.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"prettier": "3.3.2",
"ts-jest": "29.1.5",
"typescript": "5.4.5"
"prettier": "3.5.3",
"ts-jest": "29.3.1",
"typescript": "5.8.2"
},
"jest": {
"preset": "ts-jest",