Skip to content

Commit

Permalink
Merge pull request #5 from kress95/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
chrisfls authored Jun 20, 2023
2 parents 9f34257 + 028f1b3 commit 8c0b7a0
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 57 deletions.
96 changes: 46 additions & 50 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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:typescript@5.2.0-dev.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:typescript@4.7.4";
import { transform as optimize } from "npm:[email protected]";

/** Compiler options. */
Expand Down

0 comments on commit 8c0b7a0

Please sign in to comment.