Skip to content

Commit 07a6d2a

Browse files
authored
⬆️ update deno dependencies
1 parent b150280 commit 07a6d2a

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/scrapbox-parser@9.0.0";

0 commit comments

Comments
 (0)