Skip to content

Commit 025f47f

Browse files
authored
Merge pull request #40 from drashland/update-deps
chore: Update deps
2 parents c0cdfeb + b91aecd commit 025f47f

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.159.0/fmt/colors.ts";
1+
import * as colors from "https://deno.land/std@0.160.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.159.0/testing/asserts.ts";
1+
export { assertEquals } from "https://deno.land/std@0.160.0/testing/asserts.ts";

0 commit comments

Comments
 (0)