Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Jul 7, 2024
1 parent 10cec55 commit 056152b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import "https://deno.land/std@0.211.0/dotenv/load.ts";
import { DOMParser } from "https://deno.land/x/deno_dom@v0.1.43/deno-dom-wasm.ts";
import { HTMLDocument } from "https://deno.land/x/deno_dom@v0.1.43/src/dom/document.ts";
import { logger } from "https://deno.land/x/hono@v3.12.0/middleware.ts";
import { Hono } from "https://deno.land/x/hono@v3.12.0/mod.ts";
import "https://deno.land/std@0.224.0/dotenv/load.ts";
import { DOMParser } from "https://deno.land/x/deno_dom@v0.1.46/deno-dom-wasm.ts";
import { HTMLDocument } from "https://deno.land/x/deno_dom@v0.1.46/src/dom/document.ts";
import { logger } from "https://deno.land/x/hono@v4.3.11/middleware.ts";
import { Hono } from "https://deno.land/x/hono@v4.3.11/mod.ts";

const FILESTASH_URL = Deno.env.get("FILESTASH_URL")!;
const FILESTASH_API_KEY = Deno.env.get("FILESTASH_API_KEY")!;
Expand Down

0 comments on commit 056152b

Please sign in to comment.