|
22 | 22 | "build-www": "deno task --cwd=www build", |
23 | 23 | "screenshot": "deno run -A www/utils/screenshot.ts", |
24 | 24 | "check:types": "deno check src/**/*.ts src/**/*.tsx tests/**/*.ts tests/**/*.tsx update/**/*.ts plugin-tailwindcss/**/*.ts init/**/*.ts", |
| 25 | + "check:docs": "deno run -A tools/check_docs.ts", |
25 | 26 | "ok": "deno fmt --check && deno lint && deno task check:types && deno task test", |
26 | 27 | "test:www": "deno test -A www/main_test.*", |
27 | 28 | "release": "deno run -A tools/release.ts" |
|
40 | 41 | "exclude": ["**/*_test.*", "src/__OLD/**", "*.todo"] |
41 | 42 | }, |
42 | 43 | "imports": { |
| 44 | + "@deno/doc": "jsr:@deno/doc@^0.172.0", |
| 45 | + "@std/collections": "jsr:@std/collections@^1.0.11", |
| 46 | + "@std/http": "jsr:@std/http@^1.0.15", |
43 | 47 | "fresh": "jsr:@fresh/core@^2.0.0-alpha.26", |
44 | 48 | "preact": "npm:preact@^10.25.1", |
45 | 49 | "preact-render-to-string": "npm:preact-render-to-string@^6.5.11", |
|
61 | 65 | "@std/semver": "jsr:@std/semver@1", |
62 | 66 | "@std/streams": "jsr:@std/streams@1", |
63 | 67 |
|
64 | | - "@astral/astral": "jsr:@astral/astral@^0.4.6", |
| 68 | + "@astral/astral": "jsr:@astral/astral@^0.5.2", |
65 | 69 | "@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1", |
66 | 70 | "linkedom": "npm:linkedom@^0.16.11", |
67 | 71 | "@std/async": "jsr:@std/async@1", |
|
0 commit comments