Skip to content

Commit 6f84c31

Browse files
authored
Merge branch 'main' into feature-take
2 parents 60853a1 + d3e1be6 commit 6f84c31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deps/scrapbox.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ export type {
2121
SearchResult,
2222
SessionError,
2323
TweetInfo,
24-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/rest.ts";
24+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/rest.ts";
2525
export type {
2626
Scrapbox,
27-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/userscript.ts";
27+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/userscript.ts";
2828
export type {
2929
BaseStore,
30-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/baseStore.ts";
30+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/baseStore.ts";
3131
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.135.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.136.0/testing/asserts.ts";

0 commit comments

Comments
 (0)