Skip to content

Commit

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

const root = 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 { jason } from "./mod.ts";
import {
assertEquals,
assertNotEquals,
} from "https://deno.land/std@0.175.0/testing/asserts.ts";
} from "https://deno.land/std@0.213.0/testing/asserts.ts";

Deno.test("Formats correctly.", () => {
const data = `
Expand Down

0 comments on commit 9a6de3a

Please sign in to comment.