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 13, 2023
1 parent 7597b90 commit 8368b41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 { 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].1/";
import { minify, MinifyOptions } from "https://esm.sh/[email protected]/";
import "npm:[email protected].20231005";
import "npm:[email protected].20231013";
import { transform as optimize } from "npm:[email protected]";

/** Compiler options. */
Expand Down

0 comments on commit 8368b41

Please sign in to comment.