Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Nov 8, 2024
1 parent 7597b90 commit c34b627
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.203.0/fmt/colors.ts";
import { parse } from "https://deno.land/std@0.203.0/flags/mod.ts";
import * as fs from "https://deno.land/std@0.203.0/fs/mod.ts";
import * as path from "https://deno.land/std@0.203.0/path/mod.ts";
import { marked } from "https://esm.sh/marked@9.1.0/";
import { minify, MinifyOptions } from "https://esm.sh/terser@5.21.0/";
import "npm:typescript@5.3.0-dev.20231005";
import { cyan as colorize } from "https://deno.land/std@0.224.0/fmt/colors.ts";
import { parse } from "https://deno.land/std@0.224.0/flags/mod.ts";
import * as fs from "https://deno.land/std@0.224.0/fs/mod.ts";
import * as path from "https://deno.land/std@0.224.0/path/mod.ts";
import { marked } from "https://esm.sh/marked@14.1.4/";
import { minify, MinifyOptions } from "https://esm.sh/terser@5.36.0/";
import "npm:typescript@5.7.1-rc";
import { transform as optimize } from "npm:[email protected]";

/** Compiler options. */
Expand Down

0 comments on commit c34b627

Please sign in to comment.