Skip to content

Commit

Permalink
refactor: update dependencies (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Oct 24, 2024
1 parent 558091a commit 24a2302
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"exports": "./mod.ts",
"lock": false,
"imports": {
"@std/assert": "jsr:@std/assert@^0.221.0",
"@std/datetime": "jsr:@std/datetime@^0.221.0",
"@std/fs": "jsr:@std/fs@^0.221.0",
"@std/http": "jsr:@std/http@^0.221.0",
"@std/testing/mock": "jsr:@std/testing@^0.221.0/mock",
"@std/assert": "jsr:@std/assert@^1.0.6",
"@std/datetime": "jsr:@std/datetime@^0.225.2",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/http": "jsr:@std/http@^1.0.8",
"@std/testing": "jsr:@std/testing@^1.0.3",
"https://deno.land/": "./vendor/deno.land/",
"jsr:@deno/kv-oauth": "./mod.ts",
"oauth2_client/": "https://deno.land/x/[email protected]/"
Expand Down

0 comments on commit 24a2302

Please sign in to comment.