Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drashbot committed Feb 2, 2024
1 parent a6f0f7d commit fdd00f4
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 +1 @@
export * as colors from "https://deno.land/std@0.157.0/fmt/colors.ts";
export * as colors from "https://deno.land/std@0.214.0/fmt/colors.ts";
2 changes: 1 addition & 1 deletion tests/deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * as asserts from "https://deno.land/std@0.157.0/testing/asserts.ts";
export * as asserts from "https://deno.land/std@0.214.0/testing/asserts.ts";

0 comments on commit fdd00f4

Please sign in to comment.