diff --git a/deps/scrapbox-rest.ts b/deps/scrapbox-rest.ts index 6e9ee49..403bd6e 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.8/rest.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.4.2/rest.ts"; diff --git a/deps/testing.ts b/deps/testing.ts index 4822b53..3566997 100644 --- a/deps/testing.ts +++ b/deps/testing.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.180.0/testing/asserts.ts"; -export * from "https://deno.land/std@0.180.0/testing/snapshot.ts"; +export * from "https://deno.land/std@0.181.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.181.0/testing/snapshot.ts";