Skip to content

Commit c4f5b6e

Browse files
committed
build(deno-udd): update deno dependencies
1 parent 4d23eec commit c4f5b6e

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
@@ -26,4 +26,4 @@ export type {
2626
SessionError,
2727
Snapshot,
2828
TweetInfo,
29-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.8.0/rest.ts";
29+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.9.0/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.8.0/userscript.ts";
5+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.9.0/userscript.ts";
66
export type {
77
BaseStore,
8-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.8.0/baseStore.ts";
8+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.9.0/baseStore.ts";
99
export * from "https://esm.sh/@progfay/[email protected]";

0 commit comments

Comments
 (0)