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 09ce2af commit 8606d24Copy full SHA for 8606d24
deps.ts
@@ -4,12 +4,12 @@ export {
4
green,
5
red,
6
stripColor,
7
-} from "https://deno.land/std@0.135.0/fmt/colors.ts";
+} from "https://deno.land/std@0.136.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.135.0/testing/asserts.ts";
+} from "https://deno.land/std@0.136.0/testing/asserts.ts";
0 commit comments