Skip to content

Commit 1dba5c0

Browse files
committed
📦 Upgrade dependencies
1 parent 8f9b89b commit 1dba5c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

is_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
assertEquals,
33
assertStrictEquals,
4-
} from "https://deno.land/std@0.186.0/testing/asserts.ts";
4+
} from "https://deno.land/std@0.192.0/testing/asserts.ts";
55
import is, {
66
isArray,
77
isArrayOf,

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.34.0/mod.ts";
1+
import { build, emptyDir } from "https://deno.land/x/dnt@0.37.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.186.0/testing/asserts.ts";
4+
} from "https://deno.land/std@0.192.0/testing/asserts.ts";
55
import { assert, AssertError, ensure, maybe } from "./util.ts";
66

77
const x: unknown = Symbol("x");

0 commit comments

Comments
 (0)