From 56c7c5573aa849e037a4bb52139ffcac39060089 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Fri, 19 Mar 2021 10:21:50 +0000 Subject: [PATCH] feature: chat-5.1 --- src/dependencies.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 6d9cdea..54ecf62 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -11,7 +11,7 @@ if componentSet.has("autoLogin") || componentSet.has("registering") //- script(type="module" src="/lib/sib-auth/index.js" defer) if componentSet.has("chat") || componentSet.has("circles") || componentSet.has("projects") - script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@5.0" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@5.1" defer) //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer) if componentSet.has("dashboard")