Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jan 20, 2024
1 parent bcfaba4 commit 8edc42a
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 134 deletions.
1 change: 1 addition & 0 deletions .ncurc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
if (dependencyName === "command-line-usage") return "minor"; // Package got big.
if (dependencyName === "import-meta-resolve") return "minor"; // For old versions of node.
if (dependencyName === "c8") return "minor"; // For old versions of node.
if (dependencyName === "pretty-ms") return "minor"; // For old versions of node.
if (major === "0") return "minor";
return "latest";
},
Expand Down
Loading

0 comments on commit 8edc42a

Please sign in to comment.