Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit bcf482b

Browse files
chore(deps): update typescript-eslint monorepo to v6
1 parent 2712ed7 commit bcf482b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api-service/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@types/jest": "^29.5.5",
3434
"@types/luxon": "^3.3.3",
3535
"@types/node": "^14.18.54",
36-
"@typescript-eslint/eslint-plugin": "^5.22.0",
37-
"@typescript-eslint/parser": "^5.22.0",
36+
"@typescript-eslint/eslint-plugin": "^6.0.0",
37+
"@typescript-eslint/parser": "^6.0.0",
3838
"eslint": "^8.14.0",
3939
"jest": "^29.7.0",
4040
"seedrandom": "^3.0.5",

api-service/auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@types/express": "^4.17.17",
3232
"@types/jest": "^29.5.5",
3333
"@types/node": "^14.18.54",
34-
"@typescript-eslint/eslint-plugin": "^5.22.0",
35-
"@typescript-eslint/parser": "^5.22.0",
34+
"@typescript-eslint/eslint-plugin": "^6.0.0",
35+
"@typescript-eslint/parser": "^6.0.0",
3636
"eslint": "^8.14.0",
3737
"jest": "^29.7.0",
3838
"nodemon": "^3.0.1",

0 commit comments

Comments
 (0)