Skip to content

Commit

Permalink
feat: update oak to 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei397 committed Feb 7, 2022
1 parent 214e0a6 commit f95914c
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ export {
send,
Status,
STATUS_TEXT,
} from "https://deno.land/x/oak@v10.1.0/mod.ts";
} from "https://deno.land/x/oak@v10.2.0/mod.ts";

export type {
FormDataReadOptions,
Middleware,
RouterMiddleware,
SendOptions,
State,
} from "https://deno.land/x/oak@v10.1.0/mod.ts";
} from "https://deno.land/x/oak@v10.2.0/mod.ts";

export { extname, resolve } from "https://deno.land/[email protected]/path/mod.ts";

Expand Down
Loading

0 comments on commit f95914c

Please sign in to comment.