chore(deps): Update Fresh to v1.6.5
Also move import map to `deno.json` Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
f2dd7a79dd
commit
f9a97b627b
11
deno.json
11
deno.json
|
|
@ -3,7 +3,16 @@
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"start": "deno run -A --watch=static/,routes/ dev.ts"
|
"start": "deno run -A --watch=static/,routes/ dev.ts"
|
||||||
},
|
},
|
||||||
"importMap": "./import_map.json",
|
"imports": {
|
||||||
|
"$fresh/": "https://deno.land/x/fresh@1.6.5/",
|
||||||
|
"preact": "https://esm.sh/preact@10.19.2",
|
||||||
|
"preact/": "https://esm.sh/preact@10.19.2/",
|
||||||
|
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4",
|
||||||
|
"@preact/signals": "https://esm.sh/*@preact/signals@1.0.3",
|
||||||
|
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1",
|
||||||
|
"twind": "https://esm.sh/twind@0.16.17",
|
||||||
|
"twind/": "https://esm.sh/twind@0.16.17/"
|
||||||
|
},
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
"jsxImportSource": "preact"
|
"jsxImportSource": "preact"
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"imports": {
|
|
||||||
"$fresh/": "https://deno.land/x/fresh@1.1.4/",
|
|
||||||
"preact": "https://esm.sh/preact@10.11.0",
|
|
||||||
"preact/": "https://esm.sh/preact@10.11.0/",
|
|
||||||
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4",
|
|
||||||
"@preact/signals": "https://esm.sh/*@preact/signals@1.0.3",
|
|
||||||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1",
|
|
||||||
"twind": "https://esm.sh/twind@0.16.17",
|
|
||||||
"twind/": "https://esm.sh/twind@0.16.17/"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue