From f6545b0cbd3a7fa22fba859dfac5d498788ce559 Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Sat, 20 Mar 2021 13:05:11 +0900 Subject: [PATCH] :pushpin: pin ts-mixer version --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index 33f5e5f..91097fc 100644 --- a/deps.ts +++ b/deps.ts @@ -9,4 +9,4 @@ export type { } from 'https://deno.land/x/redis@v0.14.1/mod.ts' export { walk } from 'https://deno.land/std@0.86.0/fs/walk.ts' export { join } from 'https://deno.land/std@0.86.0/path/mod.ts' -export { Mixin } from 'https://esm.sh/ts-mixer' +export { Mixin } from 'https://esm.sh/ts-mixer@5.4.0'