From 2b02fd4d5a21a8cf3cd75135e984af420a59f0e3 Mon Sep 17 00:00:00 2001 From: TriForMine Date: Fri, 2 Sep 2022 18:11:39 +0200 Subject: [PATCH] update: Update kwik to 1.3.1 (#2424) * update: Update kwik to 1.3.0 * Update deps.ts * fix import url Co-authored-by: LTS20050703 --- template/beginner/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/beginner/deps.ts b/template/beginner/deps.ts index 3ac57d150..fc5b0a41d 100644 --- a/template/beginner/deps.ts +++ b/template/beginner/deps.ts @@ -6,4 +6,4 @@ export * from "https://deno.land/std@0.117.0/fmt/colors.ts"; // Get data from .env files export { config as dotEnvConfig } from "https://deno.land/x/dotenv@v3.1.0/mod.ts"; // Database, thx Tri! -export * from "https://deno.land/x/kwik@v1.2.1/mod.ts"; +export * from "https://deno.land/x/kwik@1.3.1/mod.ts";