Skip to content

Commit 0ea3e28

Browse files
committed
chore: update deps
1 parent 276c819 commit 0ea3e28

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ export * as Line from "https://deno.land/x/line@v1.0.1/mod.ts";
33
import { ConsoleLogger } from "https://deno.land/x/unilogger@v1.1.0/mod.ts";
44
const consoleLogger = new ConsoleLogger({});
55
export { consoleLogger as ConsoleLogger };
6-
export { assertEquals } from "https://deno.land/std@0.198.0/testing/asserts.ts";
7-
export * as colours from "https://deno.land/std@0.198.0/fmt/colors.ts";
6+
export { assertEquals } from "https://deno.land/std@0.224.0/testing/asserts.ts";
7+
export * as colours from "https://deno.land/std@0.224.0/fmt/colors.ts";
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
import { Drash } from "https://deno.land/x/drash@v2.7.1/mod.ts"; // up to date
1+
import { Drash } from "https://deno.land/x/drash@v3.0.0-beta.2/mod.ts"; // up to date
22

3-
import * as fs from "https://deno.land/std@0.198.0/fs/mod.ts"; // up to date
3+
import * as fs from "https://deno.land/std@0.224.0/fs/mod.ts"; // up to date
44

5-
import * as colors from "https://deno.land/std@0.198.0/fmt/colors.ts"; //up to date
5+
import * as colors from "https://deno.land/std@0.224.0/fmt/colors.ts"; //up to date
66

77
import * as Cliffy from "https://x.nest.land/cliffy@0.20.1/mod.ts"; //up to date
88

9-
import * as log from "https://deno.land/std@0.198.0/log/mod.ts"; //up to date
9+
import * as log from "https://deno.land/std@0.224.0/log/mod.ts"; //up to date
1010

11-
export { v4 } from "https://deno.land/std@0.198.0/uuid/mod.ts"; //up to date
11+
export { v4 } from "https://deno.land/std@0.224.0/uuid/mod.ts"; //up to date
1212

1313
export { Cliffy, colors, Drash, fs, log };
1414

1515
export { Something } from "https://raw.githubusercontent.com/drashland/wocket/v1.0.0/mod.ts";
1616

1717
export { createBot } from "https://deno.land/x/discordeno@18.0.1/mod.ts";
1818

19-
import _Table from "https://unpkg.com/table-layout@3.0.2/dist/index.mjs";
19+
import _Table from "https://unpkg.com/table-layout@4.0.0/dist/index.mjs";
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
import { Drash } from "https://deno.land/x/drash@v2.7.1/mod.ts"; // up to date
1+
import { Drash } from "https://deno.land/x/drash@v3.0.0-beta.2/mod.ts"; // up to date
22

3-
import * as fs from "https://deno.land/std@0.198.0/fs/mod.ts"; // up to date
3+
import * as fs from "https://deno.land/std@0.224.0/fs/mod.ts"; // up to date
44

5-
import * as colors from "https://deno.land/std@0.198.0/fmt/colors.ts"; //up to date
5+
import * as colors from "https://deno.land/std@0.224.0/fmt/colors.ts"; //up to date
66

77
import * as Cliffy from "https://x.nest.land/cliffy@0.20.1/mod.ts"; //up to date
88

9-
import * as log from "https://deno.land/std@0.198.0/log/mod.ts"; //up to date
9+
import * as log from "https://deno.land/std@0.224.0/log/mod.ts"; //up to date
1010

11-
export { v4 } from "https://deno.land/std@0.198.0/uuid/mod.ts"; //up to date
11+
export { v4 } from "https://deno.land/std@0.224.0/uuid/mod.ts"; //up to date
1212

1313
export { Cliffy, colors, Drash, fs, log };
1414

1515
export { Something } from "https://raw.githubusercontent.com/drashland/wocket/v1.0.0/mod.ts";
1616

1717
export { createBot } from "https://deno.land/x/discordeno@18.0.1/mod.ts";
1818

19-
import _Table from "https://unpkg.com/table-layout@3.0.2/dist/index.mjs";
19+
import _Table from "https://unpkg.com/table-layout@4.0.0/dist/index.mjs";

0 commit comments

Comments
 (0)