Skip to content

Commit 3452579

Browse files
authored
Merge pull request #76 from takker99/update-deno-dependencies
Update Deno Dependencies
2 parents f4e73fc + 1473c68 commit 3452579

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.5/rest.ts";
28+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.6/rest.ts";

deps/scrapbox.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export type {
22
Line,
33
Scrapbox,
4-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/userscript.ts";
4+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.6/userscript.ts";
55
export type {
66
BaseStore,
7-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/baseStore.ts";
7+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.6/baseStore.ts";
88
export * from "https://esm.sh/@progfay/scrapbox-parser@8.1.0";

0 commit comments

Comments
 (0)