Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Apr 10, 2024
1 parent 874bb81 commit 1098674
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 146 deletions.
1 change: 1 addition & 0 deletions .ncurc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
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 (dependencyName === "eslint") return "minor";
if (major === "0") return "minor";
return "latest";
},
Expand Down
Loading

0 comments on commit 1098674

Please sign in to comment.