|
1 | 1 | { |
2 | 2 | "imports": { |
3 | | - "@deno/cache-dir": "jsr:@deno/cache-dir@^0.10.2", |
4 | | - "@deno/graph": "jsr:@deno/graph@^0.80.1", |
5 | | - "@deno/import-map": "https://deno.land/x/[email protected].0/mod.ts", |
6 | | - "@std/datetime": "jsr:@std/datetime@^0.224.3", |
| 3 | + "@deno/cache-dir": "jsr:@deno/cache-dir@0.12.0", |
| 4 | + "@deno/graph": "jsr:@deno/graph@^0.83.0", |
| 5 | + "@deno/import-map": "https://deno.land/x/[email protected].1/mod.ts", |
| 6 | + "@std/datetime": "jsr:@std/datetime@^0.225.0", |
7 | 7 | "@std/encoding": "jsr:@std/encoding@^1.0.0", |
8 | | - "@std/fs": "jsr:@std/[email protected]-rc.6", |
9 | | - "@std/http": "jsr:@std/[email protected]-rc.5", |
| 8 | + "@std/fs": "jsr:@std/fs@^1.0.0", |
| 9 | + "@std/http": "jsr:@std/http@^1.0.0", |
10 | 10 | "@std/media-types": "jsr:@std/media-types@^1.0.0", |
11 | 11 | "@std/path": "jsr:@std/path@^1.0.0", |
12 | | - "esbuild": "https://deno.land/x/esbuild@v0.23.0/mod.js", |
13 | | - "hast-util-to-html": "npm:[email protected].1", |
| 12 | + "esbuild": "https://deno.land/x/esbuild@v0.24.0/mod.js", |
| 13 | + "hast-util-to-html": "npm:[email protected].3", |
14 | 14 | "hastscript": "npm:[email protected]", |
15 | | - "type-fest": "npm:type-fest@4.23.0", |
16 | | - "type-fest/": "npm:/type-fest@4.23.0/source/", |
| 15 | + "type-fest": "npm:type-fest@^4.15.0", |
| 16 | + "type-fest/": "npm:/type-fest@^4.15.0/source/", |
17 | 17 | "zod": "https://deno.land/x/[email protected]/mod.ts" |
18 | 18 | }, |
19 | 19 | "scopes": { |
20 | | - "https://jsr.io/@deno/cache-dir/0.10.2/": { |
21 | | - "jsr:/@deno/graph@^0.73.1/types": "jsr:@deno/graph@^0.80.1/types", |
22 | | - "jsr:@deno/graph@^0.73.1": "jsr:@deno/graph@^0.80.1" |
| 20 | + "https://jsr.io/@deno/cache-dir/0.12.0/": { |
| 21 | + "jsr:/@deno/graph@^0.73.1/types": "jsr:@deno/graph@^0.83.0/types", |
| 22 | + "jsr:@deno/graph@^0.73.1": "jsr:@deno/graph@^0.83.0" |
23 | 23 | } |
24 | 24 | }, |
25 | | - "compilerOptions": { |
26 | | - "useUnknownInCatchVariables": true |
27 | | - }, |
28 | 25 | "exclude": [ |
| 26 | + "404.html", |
| 27 | + "index.html", |
| 28 | + "generated_import_map.json", |
29 | 29 | "dist", |
30 | 30 | "static" |
31 | 31 | ], |
32 | | - "fmt": { |
33 | | - "exclude": [ |
34 | | - "generated_import_map.json" |
35 | | - ] |
36 | | - }, |
37 | 32 | "lint": { |
38 | 33 | "rules": { |
39 | 34 | "include": [ |
|
42 | 37 | } |
43 | 38 | }, |
44 | 39 | "tasks": { |
45 | | - "cache": "deno cache dump_kv.ts main.ts scripts/build.tsx", |
46 | | - "lint": "deno fmt --check && deno lint && deno check --all dump_kv.ts && deno check --all main.ts && deno check --all scripts/build.tsx" |
| 40 | + "cache": "deno cache --allow-import=deno.land:443,jsr.io:443 dump_kv.ts main.ts scripts/build.tsx", |
| 41 | + "lint": "deno fmt --check && deno lint && deno check --all dump_kv.ts && deno check --all --allow-import=deno.land:443,jsr.io:443 main.ts && deno check --all --allow-import=deno.land:443,jsr.io:443 scripts/build.tsx" |
47 | 42 | } |
48 | 43 | } |
0 commit comments