Skip to content

Commit

Permalink
upgrade to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs224 committed Nov 2, 2024
1 parent ec10ed3 commit a657720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Supports flash messages - session data that is deleted after it's read.
## Usage

```ts
import { Application, Router } from "jsr:@oak/oak@^15";
import { Application, Router } from "jsr:@oak/oak@^16";
import { Session } from "https://deno.land/x/oak_sessions/mod.ts";

type AppState = {
Expand Down Expand Up @@ -274,4 +274,5 @@ To keep up with the correct types, you have to use the correct major version to
| ^12 | ^4.1.12
| ^13 | ^5.0.0 |
| ^14 | ^6.0.0 |
| ^15 | ^7.0.0 |
| ^15 | ^7.0.0 |
| ^16 | ^8.0.0 |
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@oak/oak@^15"
export * from "jsr:@oak/oak@^16"
2 changes: 1 addition & 1 deletion test/server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Application, Router } from "jsr:@oak/oak@^15"
import { Application, Router } from "jsr:@oak/oak@^16"
import { Session } from '../mod.ts'
import { makeStore } from "./makeStore.ts";

Expand Down

0 comments on commit a657720

Please sign in to comment.