Skip to content

Commit 0f392ac

Browse files
committed
Revert "Revert "Update @typescript-eslint (#82)""
This reverts commit fbafd4d.
1 parent 6ee1925 commit 0f392ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"simple"
4646
],
4747
"devDependencies": {
48-
"@typescript-eslint/eslint-plugin": "^6.21.0",
49-
"@typescript-eslint/parser": "^6.21.0",
48+
"@typescript-eslint/eslint-plugin": "^7.0.2",
49+
"@typescript-eslint/parser": "^7.0.2",
5050
"ava": "^2.4.0",
5151
"eslint": "^8.56.0",
5252
"typescript": "^5.3.3"
5353
},
5454
"peerDependencies": {
55-
"@typescript-eslint/eslint-plugin": ">=6.21.0",
56-
"@typescript-eslint/parser": ">=6.21.0",
55+
"@typescript-eslint/eslint-plugin": ">=7.0.2",
56+
"@typescript-eslint/parser": ">=7.0.2",
5757
"eslint": ">=8.56.0",
5858
"typescript": ">=5.0.0"
5959
}

0 commit comments

Comments
 (0)