Skip to content

Commit

Permalink
Merge pull request #28 from lambdalisue/automation/update-dependencies
Browse files Browse the repository at this point in the history
📦 Update Deno dependencies
  • Loading branch information
lambdalisue authored Aug 26, 2023
2 parents aa75726 + 6a525b8 commit e46b0a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions is_test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import {
assertEquals,
assertStrictEquals,
} from "https://deno.land/std@0.192.0/testing/asserts.ts";
} from "https://deno.land/std@0.200.0/testing/asserts.ts";
import type {
AssertTrue,
IsExact,
} from "https://deno.land/std@0.192.0/testing/types.ts";
} from "https://deno.land/std@0.200.0/testing/types.ts";
import is, {
isAllOf,
isArray,
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { build, emptyDir } from "https://deno.land/x/dnt@0.37.0/mod.ts";
import { build, emptyDir } from "https://deno.land/x/dnt@0.38.1/mod.ts";

const name = "unknownutil";
const version = Deno.args[0];
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.192.0/testing/asserts.ts";
} from "https://deno.land/std@0.200.0/testing/asserts.ts";
import { assert, AssertError, ensure, maybe } from "./util.ts";

const x: unknown = Symbol("x");
Expand Down

0 comments on commit e46b0a1

Please sign in to comment.