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";