We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558091a commit 24a2302Copy full SHA for 24a2302
1 file changed
deno.json
@@ -4,11 +4,11 @@
4
"exports": "./mod.ts",
5
"lock": false,
6
"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",
+ "@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",
12
"https://deno.land/": "./vendor/deno.land/",
13
"jsr:@deno/kv-oauth": "./mod.ts",
14
"oauth2_client/": "https://deno.land/x/oauth2_client@v1.0.2/"
0 commit comments