From 7e821f9771796477158b86f03b61ddfed821304b Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 14 Oct 2020 17:07:51 +0200 Subject: [PATCH] Updating dependencies --- registry/src/deps.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/registry/src/deps.ts b/registry/src/deps.ts index ee1405d..40cfec9 100644 --- a/registry/src/deps.ts +++ b/registry/src/deps.ts @@ -7,11 +7,11 @@ export * as ABC from "https://deno.land/x/abc@v1/mod.ts"; export * as CorsMW from "https://deno.land/x/abc@v1/middleware/cors.ts"; export * as LoggerMW from "https://deno.land/x/abc@v1/middleware/logger.ts"; -export * as Path from "https://deno.land/std@0.69.0/path/mod.ts"; -export * as FS from "https://deno.land/std@0.69.0/fs/mod.ts"; -export * as Base64 from "https://deno.land/std@0.69.0/encoding/base64.ts"; -export * as Hash from "https://deno.land/std@0.69.0/hash/mod.ts"; -export * as Colors from "https://deno.land/std@0.69.0/fmt/colors.ts"; +export * as Path from "https://deno.land/std@0.74.0/path/mod.ts"; +export * as FS from "https://deno.land/std@0.74.0/fs/mod.ts"; +export * as Base64 from "https://deno.land/std@0.74.0/encoding/base64.ts"; +export * as Hash from "https://deno.land/std@0.74.0/hash/mod.ts"; +export * as Colors from "https://deno.land/std@0.74.0/fmt/colors.ts"; export * as Compress from "https://git.stamm.me/Deno/DenReg/raw/branch/master/tar/mod.ts"; @@ -25,7 +25,6 @@ export { Marked } from "https://deno.hibas123.de/raw/markdown/mod.ts"; import DS from "https://raw.githubusercontent.com/hibas123/dndb/master/mod.ts"; /// -// export { React, jsx, Fragment } from "../../jsx-html/mod.ts"; export { React, jsx,