Skip to content

Commit

Permalink
chore(upgrade): upgrade dev deps (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Jun 1, 2021
1 parent 1b69d8c commit d10f20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_deps.ts
Expand Up @@ -14,4 +14,4 @@ export { dirname } from "https://deno.land/std@0.97.0/path/mod.ts";
export { expandGlob } from "https://deno.land/std@0.97.0/fs/mod.ts";
export type { WalkEntry } from "https://deno.land/std@0.97.0/fs/mod.ts";

export { gt, lt } from "https://deno.land/x/semver@v1.3.0/mod.ts";
export { gt, lt } from "https://deno.land/x/semver@v1.4.0/mod.ts";

0 comments on commit d10f20d

Please sign in to comment.