From 8368b41b9eb4d1f23aea728d0b9c7843e0a474de Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 13 Oct 2023 19:44:45 +0000 Subject: [PATCH] update deps --- xelm.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xelm.ts b/xelm.ts index eea3b5c..8d502c0 100755 --- a/xelm.ts +++ b/xelm.ts @@ -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 { 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/marked@9.1.1/"; import { minify, MinifyOptions } from "https://esm.sh/terser@5.21.0/"; -import "npm:typescript@5.3.0-dev.20231005"; +import "npm:typescript@5.3.0-dev.20231013"; import { transform as optimize } from "npm:elm-optimize-level-2@0.3.5"; /** Compiler options. */