Skip to content

Commit d3e1be6

Browse files
authored
Merge pull request #44 from takker99/update-deno-dependencies
Update Deno Dependencies
2 parents ec597b1 + 0fc2015 commit d3e1be6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps/scrapbox.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export type {
2121
SearchResult,
2222
SessionError,
2323
TweetInfo,
24-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/rest.ts";
24+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/rest.ts";
2525
export type {
2626
Scrapbox,
27-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/userscript.ts";
27+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/userscript.ts";
2828
export * from "https://esm.sh/@progfay/[email protected]";

deps/testing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.135.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.136.0/testing/asserts.ts";

0 commit comments

Comments
 (0)