Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drashbot committed May 26, 2022
1 parent 974010b commit 51a1486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/up-to-date-deps/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export { Cliffy, colors, Drash, fs, log };

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

export { createBot } from "https://deno.land/x/discordeno@13.0.0-rc39/mod.ts";
export { createBot } from "https://deno.land/x/discordeno@13.0.0-rc42/mod.ts";
2 changes: 1 addition & 1 deletion tests/integration/up-to-date-deps/original_deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export { Cliffy, colors, Drash, fs, log };

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

export { createBot } from "https://deno.land/x/discordeno@13.0.0-rc39/mod.ts";
export { createBot } from "https://deno.land/x/discordeno@13.0.0-rc42/mod.ts";

0 comments on commit 51a1486

Please sign in to comment.