Skip to content

Commit

Permalink
Merge pull request #20 from adamjosefus/development
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
adamjosefus authored Mar 6, 2022
2 parents 41c7289 + 0826243 commit 527c4db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion routers/MaskRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/


import { Cache } from "https://deno.land/x/allo_caching@v1.0.2/mod.ts";
import { Cache } from "https://deno.land/x/allo_caching@v1.2.0/mod.ts";
import { type IRouter } from "../types/IRouter.ts";
import { Router } from "./Router.ts";
import { type ServeResponseType } from "../types/ServeResponseType.ts";
Expand Down
2 changes: 1 addition & 1 deletion routers/PatternRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/


import { Cache } from "https://deno.land/x/allo_caching@v1.0.2/mod.ts";
import { Cache } from "https://deno.land/x/allo_caching@v1.2.0/mod.ts";
import { ServeResponseType } from "../types/ServeResponseType.ts";
import { type IRouter } from "../types/IRouter.ts";
import { Router } from "./Router.ts";
Expand Down
2 changes: 1 addition & 1 deletion tests/MaskRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/


import { assertEquals } from "https://deno.land/std@0.126.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.128.0/testing/asserts.ts";
import { MaskRouter } from "../routers/MaskRouter.ts";


Expand Down
2 changes: 1 addition & 1 deletion tests/PatternRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/


import { assertEquals } from "https://deno.land/std@0.126.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.128.0/testing/asserts.ts";
import { PatternRouter } from "../routers/PatternRouter.ts";


Expand Down
2 changes: 1 addition & 1 deletion tests/RegExpRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/


import { assertEquals } from "https://deno.land/std@0.126.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.128.0/testing/asserts.ts";
import { RegExpRouter } from "../routers/RegExpRouter.ts";


Expand Down

0 comments on commit 527c4db

Please sign in to comment.