Skip to content

Commit

Permalink
chore: update deno_dom version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrie158 committed Mar 23, 2024
1 parent eac0530 commit 5d7c550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export { Eta } from "https://deno.land/x/[email protected]/src/index.ts";
export { type Options as EtaOptions } from "https://deno.land/x/[email protected]/src/config.ts";
export { resolvePath as resolve_template_path } from "https://deno.land/x/[email protected]/src/file-handling.ts";

export { DOMParser } from "https://deno.land/x/[email protected].38/deno-dom-wasm.ts";
export { DOMParser } from "https://deno.land/x/[email protected].45/deno-dom-wasm.ts";

0 comments on commit 5d7c550

Please sign in to comment.