Skip to content

Commit

Permalink
Merge pull request #6 from kress95/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
chrisfls committed Oct 6, 2023
2 parents 8c0b7a0 + 054bf10 commit 7597b90
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.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:typescript@4.7.4";
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 { transform as optimize } from "npm:[email protected]";

/** Compiler options. */
Expand Down

0 comments on commit 7597b90

Please sign in to comment.