We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036d465 commit 04830adCopy full SHA for 04830ad
deps.ts
@@ -4,12 +4,12 @@ export {
4
green,
5
red,
6
stripColor,
7
-} from "https://deno.land/std@0.122.0/fmt/colors.ts";
+} from "https://deno.land/std@0.123.0/fmt/colors.ts";
8
export {
9
assertArrayIncludes,
10
assertEquals,
11
assertExists,
12
assertMatch,
13
assertRejects,
14
assertThrows,
15
-} from "https://deno.land/std@0.122.0/testing/asserts.ts";
+} from "https://deno.land/std@0.123.0/testing/asserts.ts";
0 commit comments