Bump fresh to 1.4.2

This commit is contained in:
2023-08-26 15:50:51 +08:00
parent da378c10cc
commit 6643cf49d9
4 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ test/
downloads/
utt.lock
thumbnails/
_fresh/

View File

@@ -10,11 +10,17 @@
"compile": "deno compile --allow-read=./ --allow-write=./ --allow-run=tasklist.exe --allow-env=DENO_DEPLOYMENT_ID --allow-net --unstable",
"compile_full": "deno compile --allow-read --allow-write --allow-run=tasklist.exe --allow-env=DENO_DEPLOYMENT_ID --allow-net --unstable",
"fetch": "deno run --allow-read=./ --allow-write=./ --allow-net fetch_static_files.ts",
"gen_meili_server_key": "deno run --allow-net scripts/gen_meili_server_key.ts"
"gen_meili_server_key": "deno run --allow-net scripts/gen_meili_server_key.ts",
"server-build": "deno run -A --unstable server-dev.ts build"
},
"fmt": {
"indentWidth": 4,
"exclude": ["config.json", "static/sw.js", "static/sw.meta.json"]
"exclude": [
"config.json",
"static/sw.js",
"static/sw.meta.json",
"_fresh"
]
},
"compilerOptions": {
"jsx": "react-jsx",
@@ -24,6 +30,7 @@
"lint": {
"rules": {
"tags": ["fresh", "recommended"]
}
},
"exclude": ["_fresh"]
}
}

View File

@@ -1,4 +1,4 @@
// DO NOT EDIT. This file is generated by fresh.
// DO NOT EDIT. This file is generated by Fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

View File

@@ -4,10 +4,10 @@
"deno_dom/": "https://deno.land/x/[email protected]/",
"sqlite/": "https://deno.land/x/[email protected]/",
"zipjs/": "https://deno.land/x/[email protected]/",
"$fresh/": "https://deno.land/x/fresh@1.3.1/",
"$fresh/": "https://deno.land/x/fresh@1.4.2/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected].0",
"preact-render-to-string": "https://esm.sh/*[email protected].1",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"twind": "https://esm.sh/[email protected]",