Skip to content

Commit

Permalink
pin execa
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jul 26, 2024
1 parent a97973f commit 2dec774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ncurc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
target: (dependencyName, [{ semver, version, operator, major, minor, patch, release, build }]) => {
if (dependencyName === "eslint") return "minor";
if (dependencyName === "execa") return "minor";
if (major === "0") return "minor";
return "latest";
},
Expand Down

0 comments on commit 2dec774

Please sign in to comment.