Skip to content

Commit a95b9f0

Browse files
committed
⬆️ upgrade dependencies
1 parent e71b62d commit a95b9f0

File tree

2 files changed

+513
-205
lines changed

2 files changed

+513
-205
lines changed

deno.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
]
2020
},
2121
"imports": {
22-
"@std/fs": "jsr:@std/fs@^1.0.3",
23-
"@std/path": "jsr:@std/path@^1.0.4",
24-
"@std/yaml": "jsr:@std/yaml@^1.0.5",
22+
"@std/fs": "jsr:@std/fs@^1.0.17",
23+
"@std/path": "jsr:@std/path@^1.0.9",
24+
"@std/yaml": "jsr:@std/yaml@^1.0.6",
2525
"denoResolve": "https://deno.land/x/[email protected]/mod.ts",
2626
"lume/": "https://deno.land/x/[email protected]/",
27-
"npm:markdown-it": "npm:markdown-it@14.0.0",
28-
"npm:markdown-it-anchor": "npm:markdown-it-anchor@8.6.7",
27+
"npm:markdown-it": "npm:markdown-it@14.1.0",
28+
"npm:markdown-it-anchor": "npm:markdown-it-anchor@9.2.0",
2929
"npm:markdown-it-footnote": "npm:[email protected]",
30-
"npm:markdown-it-obsidian-callouts": "npm:markdown-it-obsidian-callouts@0.2.6",
30+
"npm:markdown-it-obsidian-callouts": "npm:markdown-it-obsidian-callouts@0.3.2",
3131
"toc": "https://deno.land/x/[email protected]/toc.ts",
3232
"vento": "https://deno.land/x/[email protected]/deps.ts"
3333
},

0 commit comments

Comments
 (0)