Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drashbot committed Jan 26, 2024
1 parent 025f47f commit facdb72
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.213.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.213.0/testing/asserts.ts";

0 comments on commit facdb72

Please sign in to comment.