Skip to content

Commit b4fb1e4

Browse files
committed
chore: update std and commons
1 parent 910a575 commit b4fb1e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"test": "deno test --allow-net --allow-env --allow-hrtime"
2020
},
2121
"imports": {
22-
"@oak/commons": "jsr:@oak/commons@^0.13",
22+
"@oak/commons": "jsr:@oak/commons@^1.0",
2323
"@std/assert": "jsr:@std/assert@^1.0",
24-
"@std/http": "jsr:@std/http@^0.224",
24+
"@std/http": "jsr:@std/http@^1.0",
2525
"@std/log": "jsr:@std/log@^0.224",
2626
"@std/media-types": "jsr:@std/media-types@^1.0",
27-
"@valibot/valibot": "jsr:@valibot/valibot@^0.36",
27+
"@valibot/valibot": "jsr:@valibot/valibot@^0.39",
2828
"hyperid": "npm:hyperid@^3.2",
2929
"path-to-regexp": "npm:path-to-regexp@^7.1",
3030
"qs": "npm:qs@^6.12"

0 commit comments

Comments
 (0)