Skip to content

Commit 24a2302

Browse files
authored
refactor: update dependencies (#330)
1 parent 558091a commit 24a2302

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

deno.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"exports": "./mod.ts",
55
"lock": false,
66
"imports": {
7-
"@std/assert": "jsr:@std/assert@^0.221.0",
8-
"@std/datetime": "jsr:@std/datetime@^0.221.0",
9-
"@std/fs": "jsr:@std/fs@^0.221.0",
10-
"@std/http": "jsr:@std/http@^0.221.0",
11-
"@std/testing/mock": "jsr:@std/testing@^0.221.0/mock",
7+
"@std/assert": "jsr:@std/assert@^1.0.6",
8+
"@std/datetime": "jsr:@std/datetime@^0.225.2",
9+
"@std/fs": "jsr:@std/fs@^1.0.4",
10+
"@std/http": "jsr:@std/http@^1.0.8",
11+
"@std/testing": "jsr:@std/testing@^1.0.3",
1212
"https://deno.land/": "./vendor/deno.land/",
1313
"jsr:@deno/kv-oauth": "./mod.ts",
1414
"oauth2_client/": "https://deno.land/x/oauth2_client@v1.0.2/"

0 commit comments

Comments
 (0)