Skip to content

Commit 1e2990f

Browse files
authored
Merge pull request #402 from tkskto/renovate/typescript-eslint-monorepo
fix(deps): update typescript-eslint monorepo to v8.32.1
2 parents b759c38 + 67a7432 commit 1e2990f

File tree

2 files changed

+81
-71
lines changed

2 files changed

+81
-71
lines changed

package-lock.json

Lines changed: 78 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@typescript-eslint/parser": "8.23.0",
52+
"@typescript-eslint/parser": "8.32.1",
5353
"commander": "12.1.0",
5454
"ejs": "3.1.10",
5555
"express": "5.1.0",
@@ -76,7 +76,7 @@
7676
"@types/node": "^22.0.0",
7777
"@types/opener": "1.4.3",
7878
"@types/ws": "8.5.14",
79-
"@typescript-eslint/eslint-plugin": "8.23.0",
79+
"@typescript-eslint/eslint-plugin": "8.32.1",
8080
"eslint": "^9.20.0",
8181
"husky": "^9.1.7",
8282
"jest": "^29.7.0",
@@ -88,7 +88,7 @@
8888
"ts-node": "^10.9.2",
8989
"tslib": "^2.8.1",
9090
"typescript": "^5.7.3",
91-
"typescript-eslint": "8.23.0"
91+
"typescript-eslint": "8.32.1"
9292
},
9393
"lint-staged": {
9494
"*.ts": [

0 commit comments

Comments
 (0)