From d8cc88ebd2902c822d52af92241f5126727ee16d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Tue, 18 May 2021 12:30:24 +0200 Subject: [PATCH] bump: chat to 6.1 --- src/dependencies.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 2c45875..8a1ffa0 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@6.0" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@6.1" defer) //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer) if componentSet.has("communities")