Skip to content

Commit 05e4543

Browse files
committed
upgraded deps
1 parent 97bd396 commit 05e4543

File tree

3 files changed

+49
-55
lines changed

3 files changed

+49
-55
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## [0.13.0] - 2025-02-01
22

33
### Added
44

@@ -18,6 +18,8 @@
1818
`@std/testing@^1.0.8`)
1919
- updated typing for `OakOpenApiSpec` (added prop: `request`, untyped unproven
2020
prop: `requestBody`)
21+
- upgraded dependencies: `jsr:@oak/oak@^17.1.4`, `jsr:@std/assert@^1.0.11`,
22+
`jsr:@std/io@^0.225.2`, `jsr:@std/testing@^1.0.9`
2123

2224
## Removed
2325

deno.jsonc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
"imports": {
2323
"@asteasolutions/zod-to-openapi": "npm:@asteasolutions/zod-to-openapi@^7.3.0",
24-
"@oak/oak": "jsr:@oak/oak@^17.1.3",
25-
"@std/assert": "jsr:@std/assert@^1.0.10",
26-
"@std/io": "jsr:@std/io@^0.225.0",
24+
"@oak/oak": "jsr:@oak/oak@^17.1.4",
25+
"@std/assert": "jsr:@std/assert@^1.0.11",
26+
"@std/io": "jsr:@std/io@^0.225.2",
2727
"@std/path": "jsr:@std/path@^1.0.8",
28-
"@std/testing": "jsr:@std/testing@^1.0.8",
28+
"@std/testing": "jsr:@std/testing@^1.0.9",
2929
"zod": "npm:zod@^3.24.1"
3030
},
3131
"fmt": {

deno.lock

Lines changed: 42 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)