Skip to content

Commit 373d3a9

Browse files
committed
⬆️
1 parent 291c8c7 commit 373d3a9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

deps/scrapbox-rest.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ export type {
1616
NotPrivilegeError,
1717
Page,
1818
PageList,
19+
ProjectId,
20+
ProjectResponse,
1921
ProjectSearchResult,
2022
SearchedTitle,
2123
SearchResult,
2224
SessionError,
2325
TweetInfo,
24-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/rest.ts";
26+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.4/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.3/userscript.ts";
4+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.4/userscript.ts";
55
export type {
66
BaseStore,
7-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/baseStore.ts";
7+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.4/baseStore.ts";
88
export * from "https://esm.sh/@progfay/[email protected]";

deps/testing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.136.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.137.0/testing/asserts.ts";

0 commit comments

Comments
 (0)