Skip to content

Commit 4b3209b

Browse files
committed
[meta] no point in supporting eslint 9.0 - 9.6 initially
1 parent ca8b11e commit 4b3209b

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
@@ -57,7 +57,7 @@
5757
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
5858
"aud": "^2.0.4",
5959
"babel-eslint": "^8 || ^9 || ^10.1.0",
60-
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9",
60+
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7",
6161
"eslint-config-airbnb-base": "^15.0.0",
6262
"eslint-doc-generator": "^1.7.1",
6363
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5",
@@ -78,7 +78,7 @@
7878
"typescript-eslint-parser": "^20.1.1"
7979
},
8080
"peerDependencies": {
81-
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
81+
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
8282
},
8383
"engines": {
8484
"node": ">=4"

0 commit comments

Comments
 (0)