From 0f31d94fa0e3daeb3a2417e4fc4c03126623b23f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier <contact@jbpasquier.eu> Date: Tue, 29 Jun 2021 16:37:33 +0000 Subject: [PATCH] bump: sxc 6.3 --- src/orbit-dependencies.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/orbit-dependencies.pug b/src/orbit-dependencies.pug index 9c9295a7..79aac912 100644 --- a/src/orbit-dependencies.pug +++ b/src/orbit-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.2" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@6.3" defer) //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer) if componentSet.has("communities") -- GitLab