From 07a6d2a513bcf7ab10730410cf95d0c149e5d353 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 6 May 2024 00:40:39 +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 1ac95f7..63b2633 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.7.0/rest.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.1/rest.ts"; diff --git a/deps/scrapbox.ts b/deps/scrapbox.ts index 5499b59..bac461b 100644 --- a/deps/scrapbox.ts +++ b/deps/scrapbox.ts @@ -2,8 +2,8 @@ export type { BaseLine, Line, Scrapbox, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.0/userscript.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.1/userscript.ts"; export type { BaseStore, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.0/baseStore.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.1/baseStore.ts"; export * from "https://esm.sh/@progfay/scrapbox-parser@9.0.0";