We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2540463 + c6118e0 commit 1d64735Copy full SHA for 1d64735
deps/scrapbox-rest.ts
@@ -25,4 +25,4 @@ export type {
25
SessionError,
26
Snapshot,
27
TweetInfo,
28
-} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.8/rest.ts";
+} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.4.2/rest.ts";
deps/testing.ts
@@ -1,2 +1,2 @@
1
-export * from "https://deno.land/std@0.180.0/testing/asserts.ts";
2
-export * from "https://deno.land/std@0.180.0/testing/snapshot.ts";
+export * from "https://deno.land/std@0.181.0/testing/asserts.ts";
+export * from "https://deno.land/std@0.181.0/testing/snapshot.ts";
0 commit comments