Skip to content

Commit a657720

Browse files
committed
upgrade to 8.0.0
1 parent ec10ed3 commit a657720

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Supports flash messages - session data that is deleted after it's read.
99
## Usage
1010

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

1515
type AppState = {
@@ -274,4 +274,5 @@ To keep up with the correct types, you have to use the correct major version to
274274
| ^12 | ^4.1.12
275275
| ^13 | ^5.0.0 |
276276
| ^14 | ^6.0.0 |
277-
| ^15 | ^7.0.0 |
277+
| ^15 | ^7.0.0 |
278+
| ^16 | ^8.0.0 |

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@oak/oak@^15"
1+
export * from "jsr:@oak/oak@^16"

test/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Application, Router } from "jsr:@oak/oak@^15"
1+
import { Application, Router } from "jsr:@oak/oak@^16"
22
import { Session } from '../mod.ts'
33
import { makeStore } from "./makeStore.ts";
44

0 commit comments

Comments
 (0)