Skip to content

Commit

Permalink
Merge pull request #19 from kkga/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kkga authored Sep 29, 2022
2 parents a52eee2 + b1fbfd3 commit 6e77e34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export { parse as parseFlags } from "https://deno.land/std@0.157.0/flags/mod.ts";
export { parse as parseFlags } from "https://deno.land/std@0.158.0/flags/mod.ts";

export {
copy,
emptyDir,
ensureDir,
expandGlob,
walk,
} from "https://deno.land/std@0.157.0/fs/mod.ts";
export type { WalkEntry } from "https://deno.land/std@0.157.0/fs/mod.ts";
} from "https://deno.land/std@0.158.0/fs/mod.ts";
export type { WalkEntry } from "https://deno.land/std@0.158.0/fs/mod.ts";

export {
basename,
Expand All @@ -18,11 +18,11 @@ export {
join,
relative,
toFileUrl,
} from "https://deno.land/std@0.157.0/path/mod.ts";
} from "https://deno.land/std@0.158.0/path/mod.ts";

export { readableStreamFromReader } from "https://deno.land/std@0.157.0/streams/mod.ts";
export { readableStreamFromReader } from "https://deno.land/std@0.158.0/streams/mod.ts";

export { serve } from "https://deno.land/std@0.157.0/http/server.ts";
export { serve } from "https://deno.land/std@0.158.0/http/server.ts";

export {
normalizeURL,
Expand Down

1 comment on commit 6e77e34

@vercel
Copy link

@vercel vercel bot commented on 6e77e34 Sep 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ter – ./

ter-git-master-kkga.vercel.app
deno-ter.vercel.app
ter-kkga.vercel.app
ter.kkga.me

Please sign in to comment.