Updating dependencies
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Stamm 2020-10-14 17:07:51 +02:00
parent 1b7c4847dc
commit 7e821f9771
1 changed files with 5 additions and 6 deletions

View File

@ -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";
/// <reference path="./types/jsx.d.ts" />
// export { React, jsx, Fragment } from "../../jsx-html/mod.ts";
export {
React,
jsx,