Procházet zdrojové kódy

bump dependencies for oak (#7955)

Shagit Ziganshin před 2 roky
rodič
revize
3184648c50

+ 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,