Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drashbot committed Oct 13, 2023
1 parent 025f47f commit 8e18663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import * as colors from "https://deno.land/std@0.160.0/fmt/colors.ts";
import * as colors from "https://deno.land/std@0.204.0/fmt/colors.ts";
export { colors };
2 changes: 1 addition & 1 deletion tests/deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { assertEquals } from "https://deno.land/std@0.160.0/testing/asserts.ts";
export { assertEquals } from "https://deno.land/std@0.204.0/testing/asserts.ts";

0 comments on commit 8e18663

Please sign in to comment.