From 1473c68e74acbd0684e1a8c5e90266f46b2043c5 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 31 Aug 2022 01:07:10 +0000 Subject: [PATCH] :arrow_up: update deno dependencies --- deps/scrapbox-rest.ts | 2 +- deps/scrapbox.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/scrapbox-rest.ts b/deps/scrapbox-rest.ts index d9a62f9..5fde552 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.5/rest.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.6/rest.ts"; diff --git a/deps/scrapbox.ts b/deps/scrapbox.ts index 662f723..fdb02a8 100644 --- a/deps/scrapbox.ts +++ b/deps/scrapbox.ts @@ -1,8 +1,8 @@ export type { Line, Scrapbox, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/userscript.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.6/userscript.ts"; export type { BaseStore, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/baseStore.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.6/baseStore.ts"; export * from "https://esm.sh/@progfay/scrapbox-parser@8.1.0";