We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d8ff7b + c46b8cc commit f3cf443Copy full SHA for f3cf443
deps.ts
@@ -1,3 +1,3 @@
1
-export { parse as parseArgs } from "https://deno.land/std@0.150.0/flags/mod.ts";
2
-export { expandGlob } from "https://deno.land/std@0.150.0/fs/mod.ts";
3
-export * as colors from "https://deno.land/std@0.150.0/fmt/colors.ts";
+export { parse as parseArgs } from "https://deno.land/std@0.159.0/flags/mod.ts";
+export { expandGlob } from "https://deno.land/std@0.159.0/fs/mod.ts";
+export * as colors from "https://deno.land/std@0.159.0/fmt/colors.ts";
0 commit comments