1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Update eslint (#9424)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-01 07:33:29 +00:00
committed by GitHub
parent fb77c75520
commit dad91594c8
14 changed files with 129 additions and 120 deletions

View File

@ -45,12 +45,12 @@
"entities": "2.2.0"
},
"devDependencies": {
"@types/jest": "29.5.5",
"@types/jest": "29.5.8",
"@types/node": "18.18.9",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"coveralls": "3.1.1",
"eslint": "8.49.0",
"eslint": "8.52.0",
"jest": "29.7.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",