Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jul 13, 2024
1 parent 0255fcc commit cf95193
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 232 deletions.
1 change: 1 addition & 0 deletions .ncurc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
if (dependencyName === "pretty-ms") return "minor"; // For old versions of node.
if (dependencyName === "eslint") return "minor";
if (dependencyName === "eslint-plugin-ava") return "minor";
if (dependencyName === "rimraf") return "minor";
if (major === "0") return "minor";
return "latest";
},
Expand Down
2 changes: 1 addition & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"coverage/**"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.91.2.wasm",
"https://plugins.dprint.dev/typescript-0.91.3.wasm",
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.1.wasm",
"https://plugins.dprint.dev/prettier-0.40.0.json@68c668863ec834d4be0f6f5ccaab415df75336a992aceb7eeeb14fdf096a9e9c"
Expand Down
Loading

0 comments on commit cf95193

Please sign in to comment.