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

Update eslint (major) (#8990)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-01 10:00:00 +00:00
committed by GitHub
parent 746b291d2a
commit c65fa3087f
3 changed files with 103 additions and 85 deletions

View File

@ -47,12 +47,12 @@
"devDependencies": {
"@types/jest": "29.5.4",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"coveralls": "3.1.1",
"eslint": "8.47.0",
"jest": "29.6.4",
"prettier": "2.8.8",
"prettier": "3.0.0",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
},