Skip to content

Commit 7f530d1

Browse files
authored
⬆️ update deno dependencies
1 parent 9c1945a commit 7f530d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.5.0/rest.ts";
28+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.6.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.5.0/userscript.ts";
5+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.6.1/userscript.ts";
66
export type {
77
BaseStore,
8-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.5.0/baseStore.ts";
8+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.6.1/baseStore.ts";
99
export * from "https://esm.sh/@progfay/scrapbox-parser@9.0.0";

deps/socket.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export type {
1010
ProjectUpdatesStreamEvent,
1111
Socket,
1212
UpdateCommit,
13-
} from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-websocket/0.1.5/mod.ts";
13+
} from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-websocket/0.1.6/mod.ts";
1414
export {
1515
socketIO,
1616
wrap,
17-
} from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-websocket/0.1.5/mod.ts";
17+
} from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-websocket/0.1.6/mod.ts";

0 commit comments

Comments
 (0)