Skip to content

Commit

Permalink
fix: update peer deps ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed May 14, 2024
1 parent 64420fe commit 4797e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint-plugin-sonar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
],
"peerDependencies": {
"@babel/core": "^7.11.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.0.0 || ^9.0.0",
"typescript": "^4.0.0 || ^5.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 4797e42

Please sign in to comment.