From c6118e08b6bcdc46c11e156d9397e9356a9eaedd Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 24 Mar 2023 00:42:50 +0000 Subject: [PATCH] :arrow_up: update deno dependencies --- deps/scrapbox-rest.ts | 2 +- deps/testing.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/scrapbox-rest.ts b/deps/scrapbox-rest.ts index 6e9ee49..403bd6e 100644 --- a/deps/scrapbox-rest.ts +++ b/deps/scrapbox-rest.ts @@ -25,4 +25,4 @@ export type { SessionError, Snapshot, TweetInfo, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.8/rest.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.4.2/rest.ts"; diff --git a/deps/testing.ts b/deps/testing.ts index 4822b53..3566997 100644 --- a/deps/testing.ts +++ b/deps/testing.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.180.0/testing/asserts.ts"; -export * from "https://deno.land/std@0.180.0/testing/snapshot.ts"; +export * from "https://deno.land/std@0.181.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.181.0/testing/snapshot.ts";