From a76ecdebe5b2da4a9aadf13117ea0029052ee9e2 Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:41:59 +0000 Subject: [PATCH] chore: update deps --- deps.ts | 4 ++-- tests/integration/up-to-date-deps/deps.ts | 12 ++++++------ tests/integration/up-to-date-deps/original_deps.ts | 12 ++++++------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/deps.ts b/deps.ts index 0c7c919..7f69fdf 100644 --- a/deps.ts +++ b/deps.ts @@ -3,5 +3,5 @@ export * as Line from "https://deno.land/x/line@v1.0.1/mod.ts"; import { ConsoleLogger } from "https://deno.land/x/unilogger@v1.1.0/mod.ts"; const consoleLogger = new ConsoleLogger({}); export { consoleLogger as ConsoleLogger }; -export { assertEquals } from "https://deno.land/std@0.198.0/testing/asserts.ts"; -export * as colours from "https://deno.land/std@0.198.0/fmt/colors.ts"; +export { assertEquals } from "https://deno.land/std@0.224.0/testing/asserts.ts"; +export * as colours from "https://deno.land/std@0.224.0/fmt/colors.ts"; diff --git a/tests/integration/up-to-date-deps/deps.ts b/tests/integration/up-to-date-deps/deps.ts index f68db42..b37845e 100644 --- a/tests/integration/up-to-date-deps/deps.ts +++ b/tests/integration/up-to-date-deps/deps.ts @@ -1,14 +1,14 @@ -import { Drash } from "https://deno.land/x/drash@v2.7.1/mod.ts"; // up to date +import { Drash } from "https://deno.land/x/drash@v3.0.0-beta.2/mod.ts"; // up to date -import * as fs from "https://deno.land/std@0.198.0/fs/mod.ts"; // up to date +import * as fs from "https://deno.land/std@0.224.0/fs/mod.ts"; // up to date -import * as colors from "https://deno.land/std@0.198.0/fmt/colors.ts"; //up to date +import * as colors from "https://deno.land/std@0.224.0/fmt/colors.ts"; //up to date import * as Cliffy from "https://x.nest.land/cliffy@0.20.1/mod.ts"; //up to date -import * as log from "https://deno.land/std@0.198.0/log/mod.ts"; //up to date +import * as log from "https://deno.land/std@0.224.0/log/mod.ts"; //up to date -export { v4 } from "https://deno.land/std@0.198.0/uuid/mod.ts"; //up to date +export { v4 } from "https://deno.land/std@0.224.0/uuid/mod.ts"; //up to date export { Cliffy, colors, Drash, fs, log }; @@ -16,4 +16,4 @@ export { Something } from "https://raw.githubusercontent.com/drashland/wocket/v1 export { createBot } from "https://deno.land/x/discordeno@18.0.1/mod.ts"; -import _Table from "https://unpkg.com/table-layout@3.0.2/dist/index.mjs"; +import _Table from "https://unpkg.com/table-layout@4.1.1/dist/index.mjs"; diff --git a/tests/integration/up-to-date-deps/original_deps.ts b/tests/integration/up-to-date-deps/original_deps.ts index f68db42..b37845e 100644 --- a/tests/integration/up-to-date-deps/original_deps.ts +++ b/tests/integration/up-to-date-deps/original_deps.ts @@ -1,14 +1,14 @@ -import { Drash } from "https://deno.land/x/drash@v2.7.1/mod.ts"; // up to date +import { Drash } from "https://deno.land/x/drash@v3.0.0-beta.2/mod.ts"; // up to date -import * as fs from "https://deno.land/std@0.198.0/fs/mod.ts"; // up to date +import * as fs from "https://deno.land/std@0.224.0/fs/mod.ts"; // up to date -import * as colors from "https://deno.land/std@0.198.0/fmt/colors.ts"; //up to date +import * as colors from "https://deno.land/std@0.224.0/fmt/colors.ts"; //up to date import * as Cliffy from "https://x.nest.land/cliffy@0.20.1/mod.ts"; //up to date -import * as log from "https://deno.land/std@0.198.0/log/mod.ts"; //up to date +import * as log from "https://deno.land/std@0.224.0/log/mod.ts"; //up to date -export { v4 } from "https://deno.land/std@0.198.0/uuid/mod.ts"; //up to date +export { v4 } from "https://deno.land/std@0.224.0/uuid/mod.ts"; //up to date export { Cliffy, colors, Drash, fs, log }; @@ -16,4 +16,4 @@ export { Something } from "https://raw.githubusercontent.com/drashland/wocket/v1 export { createBot } from "https://deno.land/x/discordeno@18.0.1/mod.ts"; -import _Table from "https://unpkg.com/table-layout@3.0.2/dist/index.mjs"; +import _Table from "https://unpkg.com/table-layout@4.1.1/dist/index.mjs";