Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jun 19, 2023
1 parent 9f34257 commit 62419b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions xelm.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env -S deno run -A
import { cyan as colorize } from "https://deno.land/std@0.191.0/fmt/colors.ts";
import { parse } from "https://deno.land/std@0.191.0/flags/mod.ts";
import * as fs from "https://deno.land/std@0.191.0/fs/mod.ts";
import * as path from "https://deno.land/std@0.191.0/path/mod.ts";
import { marked } from "https://esm.sh/marked@5.0.5/";
import { minify, MinifyOptions } from "https://esm.sh/terser@5.17.7/";
import "npm:[email protected].20230609";
import { cyan as colorize } from "https://deno.land/std@0.192.0/fmt/colors.ts";
import { parse } from "https://deno.land/std@0.192.0/flags/mod.ts";
import * as fs from "https://deno.land/std@0.192.0/fs/mod.ts";
import * as path from "https://deno.land/std@0.192.0/path/mod.ts";
import { marked } from "https://esm.sh/marked@5.1.0/";
import { minify, MinifyOptions } from "https://esm.sh/terser@5.18.1/";
import "npm:[email protected].20230619";
import { transform as optimize } from "npm:[email protected]";

/** Compiler options. */
Expand Down

0 comments on commit 62419b9

Please sign in to comment.