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