Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Aug 4, 2024
1 parent 4519649 commit b5f3f53
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 161 deletions.
3 changes: 3 additions & 0 deletions .ncurc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ module.exports = {
if (dependencyName === "eslint") return "minor";
if (dependencyName === "eslint-plugin-ava") return "minor";
if (dependencyName === "rimraf") return "minor";
if (dependencyName === "@typescript-eslint/eslint-plugin") return "minor";
if (dependencyName === "@typescript-eslint/parser") return "minor";
if (dependencyName === "tinybench") return "patch";
if (major === "0") return "minor";
return "latest";
},
Expand Down
Loading

0 comments on commit b5f3f53

Please sign in to comment.