Skip to content

Commit 806b805

Browse files
Update typescript-eslint monorepo to v8
1 parent 37bd4dd commit 806b805

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"@types/passport-local": "^1.0.38",
7676
"@types/supertest": "^2.0.16",
7777
"@types/underscore": "^1.11.15",
78-
"@typescript-eslint/eslint-plugin": "^6.13.2",
79-
"@typescript-eslint/parser": "^6.13.2",
78+
"@typescript-eslint/eslint-plugin": "^8.0.0",
79+
"@typescript-eslint/parser": "^8.0.0",
8080
"eslint": "~8.55.0",
8181
"eslint-config-prettier": "^9.1.0",
8282
"eslint-plugin-unused-imports": "^3.0.0",

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"@types/jasminewd2": "~2.0.13",
8080
"@types/node": "^18.19.3",
8181
"@types/ramda": "0.27.34",
82-
"@typescript-eslint/eslint-plugin": "^5.62.0",
83-
"@typescript-eslint/parser": "^5.62.0",
82+
"@typescript-eslint/eslint-plugin": "^8.0.0",
83+
"@typescript-eslint/parser": "^8.0.0",
8484
"codelyzer": "^6.0.2",
8585
"eslint": "~8.53.0",
8686
"eslint-config-prettier": "^9.1.0",

0 commit comments

Comments
 (0)