Skip to content

Commit

Permalink
chore: update std and commons
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Aug 27, 2024
1 parent 910a575 commit b4fb1e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"test": "deno test --allow-net --allow-env --allow-hrtime"
},
"imports": {
"@oak/commons": "jsr:@oak/commons@^0.13",
"@oak/commons": "jsr:@oak/commons@^1.0",
"@std/assert": "jsr:@std/assert@^1.0",
"@std/http": "jsr:@std/http@^0.224",
"@std/http": "jsr:@std/http@^1.0",
"@std/log": "jsr:@std/log@^0.224",
"@std/media-types": "jsr:@std/media-types@^1.0",
"@valibot/valibot": "jsr:@valibot/valibot@^0.36",
"@valibot/valibot": "jsr:@valibot/valibot@^0.39",
"hyperid": "npm:hyperid@^3.2",
"path-to-regexp": "npm:path-to-regexp@^7.1",
"qs": "npm:qs@^6.12"
Expand Down

0 comments on commit b4fb1e4

Please sign in to comment.