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 1ee38dc

Browse files
committedSep 2, 2023
chore: update deps
1 parent 025f47f commit 1ee38dc

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.201.0/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.201.0/testing/asserts.ts";

0 commit comments

Comments
 (0)