Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Oct 29, 2023
1 parent 7597b90 commit 852754e
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/[email protected].0/";
import { minify, MinifyOptions } from "https://esm.sh/terser@5.21.0/";
import "npm:[email protected].20231005";
import { cyan as colorize } from "https://deno.land/std@0.204.0/fmt/colors.ts";
import { parse } from "https://deno.land/std@0.204.0/flags/mod.ts";
import * as fs from "https://deno.land/std@0.204.0/fs/mod.ts";
import * as path from "https://deno.land/std@0.204.0/path/mod.ts";
import { marked } from "https://esm.sh/[email protected].3/";
import { minify, MinifyOptions } from "https://esm.sh/terser@5.22.0/";
import "npm:[email protected].20231029";
import { transform as optimize } from "npm:[email protected]";

/** Compiler options. */
Expand Down

0 comments on commit 852754e

Please sign in to comment.