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 025f47f commit f367698Copy full SHA for f367698
deps.ts
@@ -1,2 +1,2 @@
1
-import * as colors from "https://deno.land/std@0.160.0/fmt/colors.ts";
+import * as colors from "https://deno.land/std@0.218.2/fmt/colors.ts";
2
export { colors };
tests/deps.ts
@@ -1 +1 @@
-export { assertEquals } from "https://deno.land/std@0.160.0/testing/asserts.ts";
+export { assertEquals } from "https://deno.land/std@0.218.2/testing/asserts.ts";
0 commit comments