Skip to content

Commit

Permalink
Merge pull request #5 from erfanium/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
erfanium authored Jul 21, 2022
2 parents b44f193 + 77e821f commit 4851763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/[email protected].3/mod.ts";
export * from "https://deno.land/x/[email protected].4/mod.ts";
4 changes: 2 additions & 2 deletions test_deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { deferred } from "https://deno.land/std@0.148.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.148.0/testing/asserts.ts";
export { deferred } from "https://deno.land/std@0.149.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.149.0/testing/asserts.ts";

0 comments on commit 4851763

Please sign in to comment.