Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/std to v0.219.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent 601ed0b commit e55ae72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion params_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.217.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.219.0/testing/asserts.ts";
import { getParams } from "./params.ts";
import { defaultTheme } from "./theme.ts";

Expand Down
2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createCanvas } from "https://deno.land/x/canvas@v1.4.1/mod.ts";
import { render } from "./render.ts";
import { getParams } from "./params.ts";
import { serveDir, serveFile } from "https://deno.land/std@0.217.0/http/file_server.ts";
import { serveDir, serveFile } from "https://deno.land/std@0.219.0/http/file_server.ts";

const port = 8080;

Expand Down

0 comments on commit e55ae72

Please sign in to comment.