Skip to content

Commit

Permalink
Merge pull request #10 from UltiRequiem/update-deno-dependencies
Browse files Browse the repository at this point in the history
Update Deno Dependencies
  • Loading branch information
UltiRequiem committed Feb 2, 2023
2 parents 1cc9fa5 + cc848ee commit c3792cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod_test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { stableFunction } from "./mod.ts";

import { assert } from "https://deno.land/std@0.170.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.175.0/testing/asserts.ts";

Deno.test("[stableFunction]", () => {
assert(stableFunction(() => true));
Expand Down
2 changes: 1 addition & 1 deletion scripts/node_support.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { build } from "https://deno.land/x/dnt@0.32.1/mod.ts";
import { build } from "https://deno.land/x/dnt@0.33.0/mod.ts";

const publisher = {
name: "Eliaz Bobadilla",
Expand Down

0 comments on commit c3792cd

Please sign in to comment.