Skip to content

Commit

Permalink
Merge pull request #20 from mocoso/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
irustm authored Mar 30, 2023
2 parents 04bdfaf + 175eed2 commit cf997a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import HandlebarsJS from "https://esm.sh/[email protected].6";
import { walk } from "https://deno.land/std@0.110.0/fs/mod.ts";
import HandlebarsJS from "https://esm.sh/[email protected].7";
import { walk } from "https://deno.land/std@0.181.0/fs/mod.ts";
import {
globToRegExp,
join,
normalize,
} from "https://deno.land/std@0.110.0/path/mod.ts";
} from "https://deno.land/std@0.181.0/path/mod.ts";
const { readFile } = Deno;

export { HandlebarsJS };
Expand Down

0 comments on commit cf997a3

Please sign in to comment.