Skip to content

Commit 26be0b1

Browse files
committed
Upgrade deps
1 parent e4e5883 commit 26be0b1

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

assert_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertThrows } from "./deps_test.ts";
1+
import { assertThrows } from "https://deno.land/[email protected]/testing/asserts.ts";
22
import {
33
assertArray,
44
assertBoolean,

deps_test.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

ensure_test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
import { assertEquals, assertThrows } from "./deps_test.ts";
1+
import {
2+
assertEquals,
3+
assertThrows,
4+
} from "https://deno.land/[email protected]/testing/asserts.ts";
25
import {
36
ensureArray,
47
ensureBoolean,

is_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from "./deps_test.ts";
1+
import { assertEquals } from "https://deno.land/[email protected]/testing/asserts.ts";
22
import {
33
isArray,
44
isBoolean,

maybe_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from "./deps_test.ts";
1+
import { assertEquals } from "https://deno.land/[email protected]/testing/asserts.ts";
22
import { assertUndefined } from "./assert.ts";
33
import {
44
maybeArray,

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.21.0/mod.ts";
1+
import { build, emptyDir } from "https://deno.land/x/dnt@0.34.0/mod.ts";
22

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

0 commit comments

Comments
 (0)