Dep update, build fixes

This commit is contained in:
Zef Hemel
2023-04-19 10:46:20 +02:00
parent 71be0a2343
commit a28966b410
12 changed files with 19 additions and 42 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ export type { Completion, CompletionResult } from "@codemirror/autocomplete";
export { styleTags, Tag, tagHighlighter, tags } from "@lezer/highlight";
export * as YAML from "https://deno.land/std@0.177.0/encoding/yaml.ts";
export * as path from "https://deno.land/std@0.177.0/path/mod.ts";
export * as YAML from "https://deno.land/std@0.184.0/yaml/mod.ts";
export * as path from "https://deno.land/std@0.184.0/path/mod.ts";
export { readAll } from "https://deno.land/std@0.165.0/streams/conversion.ts";