Skip to content

Commit

Permalink
Merge pull request #54 from kawarimidoll/update-deno-dependencies
Browse files Browse the repository at this point in the history
Update Deno Dependencies
  • Loading branch information
kawarimidoll committed Oct 1, 2023
2 parents f91c053 + 4b4070d commit b7a9b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { tag } from "https://deno.land/x/markup_tag@0.4.0/mod.ts";
export { assertEquals } from "https://deno.land/std@0.202.0/testing/asserts.ts";
export { randomInteger } from "https://deno.land/std@0.202.0/collections/_utils.ts";
export { assertEquals } from "https://deno.land/std@0.203.0/testing/asserts.ts";
export { randomInteger } from "https://deno.land/std@0.203.0/collections/_utils.ts";

import { range as genRange } from "https://deno.land/x/it_range@v1.0.3/range.mjs";
export function range(start: number, end?: number, step?: number): number[] {
Expand Down

1 comment on commit b7a9b03

@vercel
Copy link

@vercel vercel bot commented on b7a9b03 Oct 1, 2023

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:

typograssy – ./

typograssy-kawarimidoll.vercel.app
typograssy-git-main-kawarimidoll.vercel.app
typograssy.vercel.app

Please sign in to comment.