Skip to content

Commit c6118e0

Browse files
authored
⬆️ update deno dependencies
1 parent 2540463 commit c6118e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps/scrapbox-rest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ export type {
2525
SessionError,
2626
Snapshot,
2727
TweetInfo,
28-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.8/rest.ts";
28+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.4.2/rest.ts";

deps/testing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from "https://deno.land/std@0.180.0/testing/asserts.ts";
2-
export * from "https://deno.land/std@0.180.0/testing/snapshot.ts";
1+
export * from "https://deno.land/std@0.181.0/testing/asserts.ts";
2+
export * from "https://deno.land/std@0.181.0/testing/snapshot.ts";

0 commit comments

Comments
 (0)