Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae7cd98

Browse files
committedApr 12, 2024
chore: update deps
1 parent 025f47f commit ae7cd98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import * as colors from "https://deno.land/std@0.160.0/fmt/colors.ts";
1+
import * as colors from "https://deno.land/std@0.222.1/fmt/colors.ts";
22
export { colors };

‎tests/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { assertEquals } from "https://deno.land/std@0.160.0/testing/asserts.ts";
1+
export { assertEquals } from "https://deno.land/std@0.222.1/testing/asserts.ts";

0 commit comments

Comments
 (0)
Please sign in to comment.