Skip to content

Commit

Permalink
chore: update deps (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored May 30, 2021
1 parent ec4e691 commit 6027547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { lookup } from "https://deno.land/x/media_types@v2.7.1/mod.ts";
import { lookup } from "https://deno.land/x/media_types@v2.8.4/mod.ts";
import { iter } from "https://deno.land/std@0.97.0/io/util.ts";

const originalfetch = globalThis.fetch;
Expand Down
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "./polyfill.ts";
import { assertEquals } from "https://deno.land/std@0.92.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.97.0/testing/asserts.ts";
import { toFileUrl } from "https://deno.land/std@0.97.0/path/mod.ts";

Deno.test("fetch local file URL", async () => {
Expand Down

0 comments on commit 6027547

Please sign in to comment.