Skip to content

Commit

Permalink
fix(plugin-eslint): allow minor updates to eslint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Mar 25, 2024
1 parent 700b670 commit efbe028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@code-pushup/utils": "*",
"@code-pushup/models": "*",
"eslint": "~8.46.0",
"eslint": "^8.46.0",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down

0 comments on commit efbe028

Please sign in to comment.