Skip to content

Commit 81e450d

Browse files
authored
Merge pull request #43 from lambdalisue/automation/update-dependencies
📦 Update Deno dependencies
2 parents fae5555 + 2839d63 commit 81e450d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

inspect_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {
22
assertSnapshot,
3-
} from "https://deno.land/std@0.204.0/testing/snapshot.ts";
3+
} from "https://deno.land/std@0.211.0/testing/snapshot.ts";
44
import { inspect } from "./inspect.ts";
55

66
Deno.test("inspect", async (t) => {

is_test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import {
22
assertEquals,
33
assertStrictEquals,
4-
} from "https://deno.land/std@0.204.0/assert/mod.ts";
4+
} from "https://deno.land/std@0.211.0/assert/mod.ts";
55
import {
66
assertSnapshot,
7-
} from "https://deno.land/std@0.204.0/testing/snapshot.ts";
7+
} from "https://deno.land/std@0.211.0/testing/snapshot.ts";
88
import type {
99
AssertTrue,
1010
IsExact,
11-
} from "https://deno.land/std@0.204.0/testing/types.ts";
11+
} from "https://deno.land/std@0.211.0/testing/types.ts";
1212
import is, {
1313
isAllOf,
1414
isAny,

scripts/build_npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { build, emptyDir } from "https://deno.land/x/dnt@0.38.1/mod.ts";
1+
import { build, emptyDir } from "https://deno.land/x/dnt@0.39.0/mod.ts";
22

33
const name = "unknownutil";
44
const version = Deno.args[0];

util_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
assertStrictEquals,
33
assertThrows,
4-
} from "https://deno.land/std@0.204.0/assert/mod.ts";
4+
} from "https://deno.land/std@0.211.0/assert/mod.ts";
55
import {
66
assert,
77
AssertError,

0 commit comments

Comments
 (0)