Skip to content

Commit 40e03ca

Browse files
authored
Merge pull request #170 from takker99/update-deno-dependencies
Update Deno Dependencies
2 parents b150280 + 07a6d2a commit 40e03ca

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

deps/scrapbox.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ export type {
22
BaseLine,
33
Line,
44
Scrapbox,
5-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.0/userscript.ts";
5+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.1/userscript.ts";
66
export type {
77
BaseStore,
8-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.0/baseStore.ts";
8+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.1/baseStore.ts";
99
export * from "https://esm.sh/@progfay/[email protected]";

0 commit comments

Comments
 (0)