mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Bump fresh to 1.4.2
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ test/
|
|||||||
downloads/
|
downloads/
|
||||||
utt.lock
|
utt.lock
|
||||||
thumbnails/
|
thumbnails/
|
||||||
|
_fresh/
|
||||||
|
|||||||
13
deno.json
13
deno.json
@@ -10,11 +10,17 @@
|
|||||||
"compile": "deno compile --allow-read=./ --allow-write=./ --allow-run=tasklist.exe --allow-env=DENO_DEPLOYMENT_ID --allow-net --unstable",
|
"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",
|
"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",
|
"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": {
|
"fmt": {
|
||||||
"indentWidth": 4,
|
"indentWidth": 4,
|
||||||
"exclude": ["config.json", "static/sw.js", "static/sw.meta.json"]
|
"exclude": [
|
||||||
|
"config.json",
|
||||||
|
"static/sw.js",
|
||||||
|
"static/sw.meta.json",
|
||||||
|
"_fresh"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
@@ -24,6 +30,7 @@
|
|||||||
"lint": {
|
"lint": {
|
||||||
"rules": {
|
"rules": {
|
||||||
"tags": ["fresh", "recommended"]
|
"tags": ["fresh", "recommended"]
|
||||||
}
|
},
|
||||||
|
"exclude": ["_fresh"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 SHOULD be checked into source version control.
|
||||||
// This file is automatically updated during development when running `dev.ts`.
|
// This file is automatically updated during development when running `dev.ts`.
|
||||||
|
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
"deno_dom/": "https://deno.land/x/[email protected]/",
|
"deno_dom/": "https://deno.land/x/[email protected]/",
|
||||||
"sqlite/": "https://deno.land/x/[email protected]/",
|
"sqlite/": "https://deno.land/x/[email protected]/",
|
||||||
"zipjs/": "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/": "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": "https://esm.sh/*@preact/[email protected]",
|
||||||
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
|
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
|
||||||
"twind": "https://esm.sh/[email protected]",
|
"twind": "https://esm.sh/[email protected]",
|
||||||
|
|||||||
Reference in New Issue
Block a user