Update fresh to 1.2.0

This commit is contained in:
2023-06-22 06:43:39 +08:00
parent edfb389f68
commit 24d851d805
2 changed files with 4 additions and 6 deletions

View File

@@ -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;

View File

@@ -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]",