Skip to content

Commit

Permalink
Merge pull request #41 from lambdalisue/automation/update-dependencies
Browse files Browse the repository at this point in the history
📦 Update Deno dependencies
  • Loading branch information
lambdalisue authored Oct 18, 2023
2 parents 55e1256 + a808099 commit 8f8d181
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion inspect_test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
assertSnapshot,
} from "https://deno.land/std@0.202.0/testing/snapshot.ts";
} from "https://deno.land/std@0.204.0/testing/snapshot.ts";
import { inspect } from "./inspect.ts";

Deno.test("inspect", async (t) => {
Expand Down
6 changes: 3 additions & 3 deletions is_test.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import {
assertEquals,
assertStrictEquals,
} from "https://deno.land/std@0.202.0/assert/mod.ts";
} from "https://deno.land/std@0.204.0/assert/mod.ts";
import {
assertSnapshot,
} from "https://deno.land/std@0.202.0/testing/snapshot.ts";
} from "https://deno.land/std@0.204.0/testing/snapshot.ts";
import type {
AssertTrue,
IsExact,
} from "https://deno.land/std@0.202.0/testing/types.ts";
} from "https://deno.land/std@0.204.0/testing/types.ts";
import is, {
isAllOf,
isAny,
Expand Down
2 changes: 1 addition & 1 deletion util_test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
assertStrictEquals,
assertThrows,
} from "https://deno.land/std@0.202.0/assert/mod.ts";
} from "https://deno.land/std@0.204.0/assert/mod.ts";
import {
assert,
AssertError,
Expand Down

0 comments on commit 8f8d181

Please sign in to comment.