Skip to content

Commit

Permalink
upgrade: fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
nyaomaru committed Sep 29, 2024
1 parent 085f49d commit 5399369
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
1 change: 1 addition & 0 deletions tests/main_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 5399369

Please sign in to comment.