Skip to content

Commit 2d6eae2

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 556d52d commit 2d6eae2

File tree

3 files changed

+260
-83
lines changed

3 files changed

+260
-83
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@jest/globals": "^29.7.0",
3333
"@types/jest": "^29.5.12",
3434
"@types/node": "^20.9.0",
35-
"@typescript-eslint/eslint-plugin": "^6.10.0",
36-
"@typescript-eslint/parser": "^6.10.0",
35+
"@typescript-eslint/eslint-plugin": "^8.0.0",
36+
"@typescript-eslint/parser": "^8.0.0",
3737
"eslint": "^8.57.0",
3838
"husky": "^8.0.3",
3939
"jest": "^29.7.0",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
},
5858
"devDependencies": {
5959
"@types/node": "^20.9.0",
60-
"@typescript-eslint/eslint-plugin": "^6.10.0",
61-
"@typescript-eslint/parser": "^6.10.0",
60+
"@typescript-eslint/eslint-plugin": "^8.0.0",
61+
"@typescript-eslint/parser": "^8.0.0",
6262
"eslint": "^8.53.0",
6363
"husky": "^8.0.3",
6464
"lint-staged": "^15.1.0",

0 commit comments

Comments
 (0)