Skip to content

Commit

Permalink
feat(plugin-eslint): move eslint to peer deps, add v9 to supported range
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Nov 23, 2024
1 parent 8221bdc commit 953e3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"dependencies": {
"@code-pushup/utils": "0.54.0",
"@code-pushup/models": "0.54.0",
"eslint": "^8.46.0",
"zod": "^3.22.4"
},
"peerDependencies": {
"@nx/devkit": ">=17.0.0"
"@nx/devkit": ">=17.0.0",
"eslint": "^8.46.0 || ^9.0.0"
},
"peerDependenciesMeta": {
"@nx/devkit": {
Expand Down

0 comments on commit 953e3c7

Please sign in to comment.