Skip to content

Commit d4044dd

Browse files
authored
Merge pull request #59 from takker99/update-deno-dependencies
Update Deno Dependencies
2 parents c389dab + faf4362 commit d4044dd

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
@@ -23,4 +23,4 @@ export type {
2323
SearchResult,
2424
SessionError,
2525
TweetInfo,
26-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.4/rest.ts";
26+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/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.4/userscript.ts";
4+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/userscript.ts";
55
export type {
66
BaseStore,
7-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.4/baseStore.ts";
7+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/baseStore.ts";
88
export * from "https://esm.sh/@progfay/[email protected]";

0 commit comments

Comments
 (0)