Browse Source

bump dependencies for oak (#7955)

Shagit Ziganshin 2 years ago
parent
commit
3184648c50
2 changed files with 4 additions and 3 deletions
  1. 1 0
      frameworks/TypeScript/oak/README.md
  2. 3 3
      frameworks/TypeScript/oak/src/deps.ts

+ 1 - 0
frameworks/TypeScript/oak/README.md

@@ -16,6 +16,7 @@ The tests were run with:
 
 
 - [deno](https://deno.land)
 - [deno](https://deno.land)
 - [oak](https://deno.land/x/oak/)
 - [oak](https://deno.land/x/oak/)
+- [cotton](https://deno.land/x/cotton/)
 
 
 ## Test URLs
 ## Test URLs
 
 

+ 3 - 3
frameworks/TypeScript/oak/src/deps.ts

@@ -3,9 +3,9 @@ export {
   Context,
   Context,
   Router,
   Router,
   Status,
   Status,
-} from "https://deno.land/x/oak@v10.6.0/mod.ts";
-export { getQuery } from "https://deno.land/x/oak@v10.6.0/helpers.ts";
-export type { ResponseBody } from "https://deno.land/x/oak@v10.6.0/response.ts";
+} from "https://deno.land/x/oak@v11.1.0/mod.ts";
+export { getQuery } from "https://deno.land/x/oak@v11.1.0/helpers.ts";
+export type { ResponseBody } from "https://deno.land/x/oak@v11.1.0/response.ts";
 
 
 export {
 export {
   Column,
   Column,