Skip to content

Commit 305a9bb

Browse files
committed
feat: relax peer deps range to support ESLint v10, fix #642
1 parent 997aa95 commit 305a9bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"prepack": "pnpm run build"
3636
},
3737
"peerDependencies": {
38-
"eslint": "^9.0.0",
38+
"eslint": "^9.0.0 || ^10.0.0",
3939
"eslint-plugin-format": "*"
4040
},
4141
"peerDependenciesMeta": {

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepack": "pnpm run build"
2525
},
2626
"peerDependencies": {
27-
"eslint": "^9.0.0"
27+
"eslint": "^9.0.0 || ^10.0.0"
2828
},
2929
"dependencies": {
3030
"@typescript-eslint/types": "catalog:prod",

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test:watch": "vitest watch"
3232
},
3333
"peerDependencies": {
34-
"eslint": "^9.0.0",
34+
"eslint": "^9.0.0 || ^10.0.0",
3535
"eslint-webpack-plugin": "^4.1.0",
3636
"vite-plugin-eslint2": "^5.0.0"
3737
},

0 commit comments

Comments
 (0)