Skip to content

Commit 53105f7

Browse files
committed
updated deps
1 parent c35d46e commit 53105f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
33
"lume/": "https://deno.land/x/[email protected]/",
4-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.7.0/"
4+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.3/"
55
},
66
"tasks": {
77
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",

plugins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { merge } from "lume/core/utils/object.ts";
1414
import toc from "https://deno.land/x/[email protected]/toc.ts";
1515
import image from "https://deno.land/x/[email protected]/image.ts";
1616
import footnotes from "https://deno.land/x/[email protected]/footnotes.ts";
17-
import { alert } from "npm:@mdit/plugin-alert@0.13.1";
17+
import { alert } from "npm:@mdit/plugin-alert@0.14.0";
1818

1919
import "lume/types.ts";
2020

@@ -78,7 +78,7 @@ export default function (userOptions?: Options) {
7878
// Mastodon comment system
7979
site.remoteFile(
8080
"/js/comments.js",
81-
"https://cdn.jsdelivr.net/npm/@oom/[email protected].1/src/comments.js",
81+
"https://cdn.jsdelivr.net/npm/@oom/[email protected].2/src/comments.js",
8282
);
8383
};
8484
}

0 commit comments

Comments
 (0)