Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxwolf committed Jun 6, 2024
1 parent 70095d7 commit 7056b8a
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 41 deletions.
70 changes: 32 additions & 38 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion deps/src/asserts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
* @copyright 2023 Matthew A. Miller
*/

export * from "https://deno.land/std@0.210.0/testing/asserts.ts";
export * from "jsr:@std/assert@0.226.0/assert";
export * from "jsr:@std/assert@0.226.0/assert-throws";
export * from "jsr:@std/assert@0.226.0/assertion-error";
export * from "jsr:@std/assert@0.226.0/equal";
2 changes: 1 addition & 1 deletion deps/src/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* @copyright 2023 Matthew A. Miller
*/

export * from "https://deno.land/std@0.210.0/testing/mock.ts";
export * from "jsr:@std/testing@0.225.1/mock";
2 changes: 1 addition & 1 deletion deps/test/bdd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* @copyright 2023 Matthew A. Miller
*/

export * from "https://deno.land/std@0.210.0/testing/bdd.ts";
export * from "jsr:@std/testing@0.225.1/bdd";

0 comments on commit 7056b8a

Please sign in to comment.