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