From faf4362c47a8ebda5e0a302c887238f547eb7263 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 12 Jun 2022 00:50:26 +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 e27c63f..af75dbe 100644 --- a/deps/scrapbox-rest.ts +++ b/deps/scrapbox-rest.ts @@ -23,4 +23,4 @@ export type { SearchResult, SessionError, TweetInfo, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.4/rest.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/rest.ts"; diff --git a/deps/scrapbox.ts b/deps/scrapbox.ts index 4760063..ff46d8a 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.4/userscript.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/userscript.ts"; export type { BaseStore, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.4/baseStore.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/baseStore.ts"; export * from "https://esm.sh/@progfay/scrapbox-parser@7.2.0";