Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Feb 1, 2024
1 parent 7464a5b commit 5a66536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rnd.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/mod.ts";
import { randomNumber } from "./mod.ts";

const command = new Command()
Expand Down
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
assertEquals,
assertNotEquals,
assertThrows,
} from "https://deno.land/std@0.175.0/testing/asserts.ts";
} from "https://deno.land/std@0.213.0/testing/asserts.ts";
import { randomNumber } from "./mod.ts";

const between = (x: number, min: number, max: number) => x >= min && x <= max;
Expand Down

0 comments on commit 5a66536

Please sign in to comment.