Skip to content

Commit 130da49

Browse files
committed
⬆️ Upgrade dependencies and fix a snapshot result
1 parent 64f9b57 commit 130da49

File tree

4 files changed

+7
-7
lines changed

4 files changed

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

deps/testing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from "https://deno.land/std@0.196.0/testing/asserts.ts";
2-
export * from "https://deno.land/std@0.196.0/testing/snapshot.ts";
1+
export * from "https://deno.land/std@0.198.0/testing/asserts.ts";
2+
export * from "https://deno.land/std@0.198.0/testing/snapshot.ts";

rest/__snapshots__/getCodeBlocks.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ snapshot[`getCodeBlocks() 1`] = `
6969
{
7070
created: 1672982822,
7171
id: "63b7b1261280f00000c9bc2d",
72-
text: " - インデント\\r",
72+
text: " - インデント",
7373
updated: 1672982822,
7474
userId: "5ef2bdebb60650001e1280f0",
7575
},
@@ -233,7 +233,7 @@ snapshot[`getCodeBlocks() > filename filter 1`] = `
233233
{
234234
created: 1672982822,
235235
id: "63b7b1261280f00000c9bc2d",
236-
text: " - インデント\\r",
236+
text: " - インデント",
237237
updated: 1672982822,
238238
userId: "5ef2bdebb60650001e1280f0",
239239
},

0 commit comments

Comments
 (0)