Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jul 2, 2023
1 parent 6c52a59 commit 466f85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.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.1/command/mod.ts";
import { basename, join } from "https://deno.land/[email protected]/path/mod.ts";
import { findAndReplace } from "./change.ts";

Expand Down
2 changes: 1 addition & 1 deletion test/regex.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { apply } from "../regex.ts";
import { assertEquals } from "https://deno.land/[email protected]/testing/asserts.ts";

Deno.test("Removal works (deno.land/x)", () => {
const url = "https://deno.land/x/cliffy@v0.25.7/mod.ts";
const url = "https://deno.land/x/cliffy@v1.0.0-rc.1/mod.ts";

assertEquals(apply(url), "https://deno.land/x/cliffy/mod.ts"); // i-deno-outdated
});
Expand Down

0 comments on commit 466f85c

Please sign in to comment.