Skip to content

Commit

Permalink
Update dependencies (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Sep 4, 2022
1 parent e7e531c commit 47e2d78
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].4/mod.ts";
export * from "https://deno.land/x/[email protected].5/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.153.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.153.0/testing/asserts.ts";
export { deferred } from "https://deno.land/std@0.154.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.154.0/testing/asserts.ts";

0 comments on commit 47e2d78

Please sign in to comment.