From b094079d8fe9b77b1338418033ed9c22c6e088e5 Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Fri, 1 Sep 2023 14:43:59 -0700 Subject: [PATCH] chore: update deps --- utils/deps.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/deps.ts b/utils/deps.ts index 399450fb..70c5fc41 100644 --- a/utils/deps.ts +++ b/utils/deps.ts @@ -1,5 +1,5 @@ -export type { Account, Block, ReadOnlyFn, TxReceipt } from "https://deno.land/x/clarinet@v1.6.0/index.ts"; +export type { Account, Block, ReadOnlyFn, TxReceipt } from "https://deno.land/x/clarinet@v1.7.1/index.ts"; -export { Clarinet, Chain, Tx, types } from "https://deno.land/x/clarinet@v1.6.0/index.ts"; +export { Clarinet, Chain, Tx, types } from "https://deno.land/x/clarinet@v1.7.1/index.ts"; -export { assertEquals, assert } from "https://deno.land/std@0.187.0/testing/asserts.ts"; +export { assertEquals, assert } from "https://deno.land/std@0.201.0/testing/asserts.ts";