Skip to content

Commit 1633244

Browse files
authored
chore: update dependencies & deno fmt (#67)
1 parent 10bca53 commit 1633244

File tree

3 files changed

+58
-64
lines changed

3 files changed

+58
-64
lines changed

cache_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { FetchCacher } from "./cache.ts";
44
import { DenoDir } from "./deno_dir.ts";
55
import { FileFetcher } from "./file_fetcher.ts";
66
import { createGraph } from "@deno/graph";
7-
import { assertEquals } from "@std/assert/assert-equals";
7+
import { assertEquals } from "@std/assert";
88

99
async function setup() {
1010
const tempdir = await Deno.makeTempDir({

deno.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
},
99
"lint": {
1010
"rules": {
11-
"include": [
12-
"no-console"
13-
]
11+
"include": ["no-console"]
1412
}
1513
},
1614
"publish": {
@@ -22,16 +20,14 @@
2220
"!lib/deno_cache_dir.generated.js"
2321
]
2422
},
25-
"exclude": [
26-
"target"
27-
],
23+
"exclude": ["target"],
2824
"exports": "./mod.ts",
2925
"imports": {
30-
"@deno/graph": "jsr:@deno/graph@^0.73.1",
31-
"@std/assert": "jsr:@std/assert@^0.223",
32-
"@std/fmt": "jsr:@std/fmt@^0.223",
33-
"@std/fs": "jsr:@std/fs@^0.223",
34-
"@std/io": "jsr:@std/io@^0.223",
35-
"@std/path": "jsr:@std/path@^0.223"
26+
"@deno/graph": "jsr:@deno/graph@^0.86.0",
27+
"@std/assert": "jsr:@std/assert@^1.0.8",
28+
"@std/fmt": "jsr:@std/fmt@^1.0.3",
29+
"@std/fs": "jsr:@std/fs@^1.0.6",
30+
"@std/io": "jsr:@std/io@^0.225.0",
31+
"@std/path": "jsr:@std/path@^1.0.8"
3632
}
3733
}

deno.lock

Lines changed: 49 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)