Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 4797e42

Browse files
committed
fix: update peer deps ranges
1 parent 64420fe commit 4797e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint-plugin-sonar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
],
3333
"peerDependencies": {
3434
"@babel/core": "^7.11.0",
35-
"@typescript-eslint/parser": "^6.0.0",
36-
"eslint": "^8.0.0",
35+
"@typescript-eslint/parser": "^7.0.0",
36+
"eslint": "^8.0.0 || ^9.0.0",
3737
"typescript": "^4.0.0 || ^5.0.0"
3838
},
3939
"dependencies": {

0 commit comments

Comments
 (0)