Skip to content

Commit c95b436

Browse files
committedMar 26, 2024
feat(deps): drop support for typescript-eslint <7
BREAKING CHANGE: typescript-eslint versions earlier than v7 are no longer supported.
1 parent b2159a5 commit c95b436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"tslib": "^2.3.1"
2828
},
2929
"peerDependencies": {
30-
"@typescript-eslint/eslint-plugin": "^5.3.0 || ^6.0.0 || ^7.0.0",
31-
"@typescript-eslint/parser": "^5.3.0 || ^6.0.0 || ^7.0.0",
30+
"@typescript-eslint/eslint-plugin": "^7.0.0",
31+
"@typescript-eslint/parser": "^7.0.0",
3232
"eslint": "^7.0.0 || ^8.0.0",
3333
"eslint-config-prettier": "^8.3.0 || ^9.0.0",
3434
"eslint-plugin-import": "^2.25.2",

0 commit comments

Comments
 (0)
Please sign in to comment.