File tree Expand file tree Collapse file tree 3 files changed +58
-64
lines changed
Expand file tree Collapse file tree 3 files changed +58
-64
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { FetchCacher } from "./cache.ts";
44import { DenoDir } from "./deno_dir.ts" ;
55import { FileFetcher } from "./file_fetcher.ts" ;
66import { createGraph } from "@deno/graph" ;
7- import { assertEquals } from "@std/assert/assert-equals " ;
7+ import { assertEquals } from "@std/assert" ;
88
99async function setup ( ) {
1010 const tempdir = await Deno . makeTempDir ( {
Original file line number Diff line number Diff line change 88 },
99 "lint" : {
1010 "rules" : {
11- "include" : [
12- " no-console"
13- ]
11+ "include" : [" no-console" ]
1412 }
1513 },
1614 "publish" : {
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}
You can’t perform that action at this time.
0 commit comments