Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 198e09c

Browse files
authoredFeb 17, 2025
chore(deps): update typescript-eslint monorepo to v8
[skip ci]
1 parent a3fa9b7 commit 198e09c

File tree

2 files changed

+445
-235
lines changed

2 files changed

+445
-235
lines changed
 

‎package-lock.json

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

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@eclass/semantic-release-npm-github-config": "3.0.1",
3939
"@semantic-release/changelog": "5.0.1",
4040
"@semantic-release/git": "9.0.1",
41-
"@typescript-eslint/eslint-plugin": "4.33.0",
42-
"@typescript-eslint/parser": "4.33.0",
41+
"@typescript-eslint/eslint-plugin": "8.24.1",
42+
"@typescript-eslint/parser": "8.24.1",
4343
"eslint": "7.32.0",
4444
"eslint-plugin-array-func": "3.1.8",
4545
"eslint-plugin-eslint-comments": "3.2.0",
@@ -58,8 +58,8 @@
5858
"typescript": "4.9.5"
5959
},
6060
"peerDependencies": {
61-
"@typescript-eslint/eslint-plugin": "^3.0.1 || ^4.0.0",
62-
"@typescript-eslint/parser": "^3.0.1 || ^4.0.0",
61+
"@typescript-eslint/eslint-plugin": "^3.0.1 || ^4.0.0 || ^8.0.0",
62+
"@typescript-eslint/parser": "^3.0.1 || ^4.0.0 || ^8.0.0",
6363
"eslint": ">=5",
6464
"eslint-config-prettier": "^8.0.0",
6565
"eslint-config-standard": "^16.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.