|
19 | 19 | "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, |
20 | 20 | "imports": { |
21 | 21 | "@/": "./", |
22 | | - "$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", |
| 22 | + "$fresh/": "https://deno.land/x/fresh@1.7.3/", |
| 23 | + "preact": "https://esm.sh/preact@10.22.1", |
| 24 | + "preact/": "https://esm.sh/preact@10.22.1/", |
23 | 25 | "@std/assert": "jsr:@std/assert@^1.0.13", |
24 | 26 | "@std/datetime": "jsr:@std/datetime@^0.225.5", |
25 | 27 | "@std/front-matter": "jsr:@std/front-matter@^1.0.9", |
|
28 | 30 | "@std/path": "jsr:@std/path@^1.1.0", |
29 | 31 | "@std/testing": "jsr:@std/testing@^1.0.14", |
30 | 32 | "@std/ulid": "jsr:@std/ulid@^1.0.0", |
31 | | - "preact": "https://esm.sh/preact@10.19.2", |
32 | | - "preact/": "https://esm.sh/preact@10.19.2/", |
33 | 33 | "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.2", |
34 | | - "@preact/signals": "https://esm.sh/*@preact/signals@1.2.1", |
35 | | - "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0", |
| 34 | + "@preact/signals": "https://esm.sh/*@preact/signals@1.2.2", |
| 35 | + "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", |
36 | 36 | "tailwindcss": "npm:tailwindcss@3.4.1", |
37 | 37 | "tailwindcss/": "npm:/tailwindcss@3.4.1/", |
38 | 38 | "tailwindcss/plugin": "npm:/tailwindcss@3.4.1/plugin.js", |
|
0 commit comments