Skip to content

Commit 1d64735

Browse files
authored
Merge pull request #115 from takker99/update-deno-dependencies
Update Deno Dependencies
2 parents 2540463 + c6118e0 commit 1d64735

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)