Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed May 8, 2023
1 parent 9f641c0 commit 2d0f3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.31.0/mod.ts";
import { build, emptyDir } from "https://deno.land/x/dnt@0.34.0/mod.ts";

const name = "unnullish";
const version = Deno.args[0];
Expand Down
2 changes: 1 addition & 1 deletion unnullish_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.164.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.186.0/testing/asserts.ts";
import { unreachable } from "https://deno.land/x/[email protected]/mod.ts";
import { unnullish } from "./unnullish.ts";

Expand Down

0 comments on commit 2d0f3af

Please sign in to comment.