diff --git a/deps/scrapbox.ts b/deps/scrapbox.ts index 6a6bb5a..c695fdd 100644 --- a/deps/scrapbox.ts +++ b/deps/scrapbox.ts @@ -21,8 +21,8 @@ export type { SearchResult, SessionError, TweetInfo, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/rest.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/rest.ts"; export type { Scrapbox, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/userscript.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/userscript.ts"; export * from "https://esm.sh/@progfay/scrapbox-parser@7.2.0"; diff --git a/deps/testing.ts b/deps/testing.ts index 6285140..c44228c 100644 --- a/deps/testing.ts +++ b/deps/testing.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.135.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.136.0/testing/asserts.ts";