Skip to content

Commit

Permalink
chore(deps): update deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jun 9, 2024
1 parent bf92179 commit 615ef88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export {
type Middleware,
Router,
type RouterMiddleware,
} from "https://deno.land/x/oak@14.2.0/mod.ts";
} from "https://deno.land/x/oak@v16.1.0/mod.ts";

export { randomItem } from "https://deno.land/x/random_item@v1.2.0/mod.ts";
2 changes: 1 addition & 1 deletion server/server_test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { superoak } from "https://deno.land/x/superoak@4.8.1/mod.ts";

import { equal } from "https://deno.land/std@0.220.1/testing/asserts.ts";
import { equal } from "https://deno.land/std@0.224.0/testing/asserts.ts";

import { app } from "./app.ts";
import { jokes } from "./data.ts";
Expand Down

0 comments on commit 615ef88

Please sign in to comment.