diff --git a/deno.json b/deno.json index 2ff3d4f..cedb91b 100644 --- a/deno.json +++ b/deno.json @@ -14,7 +14,7 @@ "exclude": ["**/_fresh/*"], "imports": { "#src/": "./src/", - "$fresh/": "https://deno.land/x/fresh@1.6.8/", + "$fresh/": "https://deno.land/x/fresh@1.7.1/", "$fresh_charts/": "https://deno.land/x/fresh_charts@0.3.1/", "$std/": "https://deno.land/std@0.216.0/", "$gfm": "jsr:@deno/gfm@^0.8.2", diff --git a/src/fresh.gen.ts b/src/fresh.gen.ts index ada6daf..5a20c67 100644 --- a/src/fresh.gen.ts +++ b/src/fresh.gen.ts @@ -29,7 +29,7 @@ import * as $Countdown from "./islands/Countdown.tsx"; import * as $Counter from "./islands/Counter.tsx"; import * as $MapIsland from "./islands/MapIsland.tsx"; import * as $NextContentButton from "./islands/NextContentButton.tsx"; -import { type Manifest } from "$fresh/server.ts"; +import type { Manifest } from "$fresh/server.ts"; const manifest = { routes: { diff --git a/tests/main_test.ts b/tests/main_test.ts index e276578..af78dcb 100644 --- a/tests/main_test.ts +++ b/tests/main_test.ts @@ -6,6 +6,7 @@ import * as modAssert from "https://deno.land/std@0.224.0/assert/assert.ts"; const CONN_INFO: ServeHandlerInfo = { remoteAddr: { hostname: "127.0.0.1", port: 8000, transport: "tcp" }, + completed: Promise.resolve(), }; const verifyPageContainsText = async (