Skip to content

Commit ff172e7

Browse files
fix(deps): update typescript-eslint monorepo to v8.28.0
1 parent ee80bb7 commit ff172e7

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

package-lock.json

+57-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
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.28.0",
5353
"commander": "12.1.0",
5454
"ejs": "3.1.10",
5555
"express": "4.21.2",
@@ -76,7 +76,7 @@
7676
"@types/node": "^20.17.17",
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.28.0",
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.28.0"
9292
},
9393
"lint-staged": {
9494
"*.ts": [

0 commit comments

Comments
 (0)