Dependency bump

This commit is contained in:
Zef Hemel
2022-11-19 16:05:37 +01:00
parent a7f1a65035
commit dff2a3dfa4
14 changed files with 19 additions and 21 deletions
-1
View File
@@ -3,7 +3,6 @@ import { extractMeta } from "../directive/data.ts";
import { renderToText } from "$sb/lib/tree.ts";
import { niceDate } from "$sb/lib/dates.ts";
import { readSettings } from "$sb/lib/settings_page.ts";
import { regexp } from "https://deno.land/std@0.163.0/encoding/_yaml/type/regexp.ts";
export async function instantiateTemplateCommand() {
const allPages = await space.listPages();
+1 -1
View File
@@ -1,5 +1,5 @@
name: global
dependencies:
"https://esm.sh/handlebars": "https://esm.sh/handlebars@4.7.7"
"https://deno.land/std/encoding/yaml.ts": "https://deno.land/std@0.158.0/encoding/yaml.ts"
"https://deno.land/std/encoding/yaml.ts": "https://deno.land/std@0.165.0/encoding/yaml.ts"
"https://esm.sh/@lezer/lr": "https://esm.sh/@lezer/lr@1.2.3"
+1 -1
View File
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.152.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.165.0/testing/asserts.ts";
import { renderHtml } from "./html_render.ts";
Deno.test("HTML Render", () => {
+1 -1
View File
@@ -12,7 +12,7 @@ import tasksPlug from "../../dist_bundle/_plug/tasks.plug.json" assert {
import { createSandbox } from "../../plugos/environments/deno_sandbox.ts";
import { loadMarkdownExtensions } from "../../common/markdown_ext.ts";
import { renderMarkdownToHtml } from "./markdown_render.ts";
import { assertEquals } from "https://deno.land/std@0.152.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.165.0/testing/asserts.ts";
Deno.test("Markdown render", async () => {
const system = new System<any>("server");