Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/std to v0.214.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 5f62056 commit f466faf
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.211.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.214.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/[email protected]/mod.ts";
import { render } from "./render.ts";
import { getParams } from "./params.ts";
import { serveDir, serveFile } from "https://deno.land/std@0.211.0/http/file_server.ts";
import { serveDir, serveFile } from "https://deno.land/std@0.214.0/http/file_server.ts";

const port = 8080;

Expand Down

0 comments on commit f466faf

Please sign in to comment.