From 0fc201511b6086bc9ee4e9988f78223f4d4acc4b Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 22 Apr 2022 00:50:27 +0000 Subject: [PATCH] :arrow_up: update deno dependencies --- deps/scrapbox.ts | 4 ++-- deps/testing.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/scrapbox.ts b/deps/scrapbox.ts index 6a6bb5a..c695fdd 100644 --- a/deps/scrapbox.ts +++ b/deps/scrapbox.ts @@ -21,8 +21,8 @@ export type { SearchResult, SessionError, TweetInfo, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/rest.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/rest.ts"; export type { Scrapbox, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/userscript.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/userscript.ts"; export * from "https://esm.sh/@progfay/scrapbox-parser@7.2.0"; diff --git a/deps/testing.ts b/deps/testing.ts index 6285140..c44228c 100644 --- a/deps/testing.ts +++ b/deps/testing.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.135.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.136.0/testing/asserts.ts";