We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c44484 commit 9b65605Copy full SHA for 9b65605
package.json
@@ -45,15 +45,15 @@
45
"simple"
46
],
47
"devDependencies": {
48
- "@typescript-eslint/eslint-plugin": "^6.21.0",
49
- "@typescript-eslint/parser": "^6.21.0",
+ "@typescript-eslint/eslint-plugin": "^7.0.2",
+ "@typescript-eslint/parser": "^7.0.2",
50
"ava": "^2.4.0",
51
"eslint": "^8.56.0",
52
"typescript": "^5.3.3"
53
},
54
"peerDependencies": {
55
- "@typescript-eslint/eslint-plugin": ">=6.21.0",
56
- "@typescript-eslint/parser": ">=6.21.0",
+ "@typescript-eslint/eslint-plugin": ">=7.0.2",
+ "@typescript-eslint/parser": ">=7.0.2",
57
"eslint": ">=8.56.0",
58
"typescript": ">=5.0.0"
59
}
0 commit comments