diff --git a/bin/bundle.ts b/bin/bundle.ts index 4f94041..b5753b9 100644 --- a/bin/bundle.ts +++ b/bin/bundle.ts @@ -3,8 +3,8 @@ */ -import { join } from "https://deno.land/std@0.125.0/path/mod.ts"; -import { gray, bold } from "https://deno.land/std@0.125.0/fmt/colors.ts"; +import { join } from "https://deno.land/std@0.126.0/path/mod.ts"; +import { gray, bold } from "https://deno.land/std@0.126.0/fmt/colors.ts"; const name = 'pkg.bundled.js'; diff --git a/bin/compile.ts b/bin/compile.ts index eace960..214909a 100644 --- a/bin/compile.ts +++ b/bin/compile.ts @@ -3,8 +3,8 @@ */ -import { join } from "https://deno.land/std@0.125.0/path/mod.ts"; -import { gray, bold } from "https://deno.land/std@0.125.0/fmt/colors.ts"; +import { join } from "https://deno.land/std@0.126.0/path/mod.ts"; +import { gray, bold } from "https://deno.land/std@0.126.0/fmt/colors.ts"; const name = (os => { diff --git a/lib/main.ts b/lib/main.ts index 0979679..9109050 100644 --- a/lib/main.ts +++ b/lib/main.ts @@ -3,8 +3,8 @@ */ -import { join, basename, dirname, isAbsolute } from "https://deno.land/std@0.125.0/path/mod.ts"; -import { green, red, gray, bold } from "https://deno.land/std@0.125.0/fmt/colors.ts"; +import { join, basename, dirname, isAbsolute } from "https://deno.land/std@0.126.0/path/mod.ts"; +import { green, red, gray, bold } from "https://deno.land/std@0.126.0/fmt/colors.ts"; import { Arguments, ValueException } from "https://deno.land/x/allo_arguments@v4.0.1/mod.ts"; import { existsSync } from "./exists.ts";