mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Update fresh to 1.2.0
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
// 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`.
|
||||||
|
|
||||||
import config from "./deno.json" assert { type: "json" };
|
|
||||||
import * as $0 from "./routes/_middleware.ts";
|
import * as $0 from "./routes/_middleware.ts";
|
||||||
import * as $1 from "./routes/api/config.ts";
|
import * as $1 from "./routes/api/config.ts";
|
||||||
import * as $2 from "./routes/api/deploy_id.ts";
|
import * as $2 from "./routes/api/deploy_id.ts";
|
||||||
@@ -36,7 +35,6 @@ const manifest = {
|
|||||||
"./islands/TaskManager.tsx": $$2,
|
"./islands/TaskManager.tsx": $$2,
|
||||||
},
|
},
|
||||||
baseUrl: import.meta.url,
|
baseUrl: import.meta.url,
|
||||||
config,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default manifest;
|
export default manifest;
|
||||||
|
|||||||
@@ -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.1.6/",
|
"$fresh/": "https://deno.land/x/fresh@1.2.0/",
|
||||||
"preact": "https://esm.sh/[email protected]3.1",
|
"preact": "https://esm.sh/[email protected]5.1",
|
||||||
"preact/": "https://esm.sh/[email protected]3.1/",
|
"preact/": "https://esm.sh/[email protected]5.1/",
|
||||||
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6",
|
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.1.0",
|
||||||
"@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