From 79635b4e7bf08da1219b467ee0a31c09c5956e8e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Tue, 20 Apr 2021 16:46:59 +0000 Subject: [PATCH] patch: bump chat https://git.startinblox.com/components/solid-xmpp-chat/merge_requests/136 --- src/dependencies.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 728526b..c4b8fb3 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -17,7 +17,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.2" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@5.3" defer) //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer) if componentSet.has("communities")