Skip to content

Commit 8f8d181

Browse files
authored
Merge pull request #41 from lambdalisue/automation/update-dependencies
📦 Update Deno dependencies
2 parents 55e1256 + a808099 commit 8f8d181

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.202.0/testing/snapshot.ts";
3+
} from "https://deno.land/std@0.204.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.202.0/assert/mod.ts";
4+
} from "https://deno.land/std@0.204.0/assert/mod.ts";
55
import {
66
assertSnapshot,
7-
} from "https://deno.land/std@0.202.0/testing/snapshot.ts";
7+
} from "https://deno.land/std@0.204.0/testing/snapshot.ts";
88
import type {
99
AssertTrue,
1010
IsExact,
11-
} from "https://deno.land/std@0.202.0/testing/types.ts";
11+
} from "https://deno.land/std@0.204.0/testing/types.ts";
1212
import is, {
1313
isAllOf,
1414
isAny,

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.202.0/assert/mod.ts";
4+
} from "https://deno.land/std@0.204.0/assert/mod.ts";
55
import {
66
assert,
77
AssertError,

0 commit comments

Comments
 (0)