From b2cea15520aa7dfd8e2bbb892ff436beaa0b9f13 Mon Sep 17 00:00:00 2001 From: Sylvain Lehmann Date: Tue, 18 May 2021 16:14:28 +0200 Subject: [PATCH] feature: poll to 3.0 --- src/dependencies.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 8a1ffa0..5701835 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -48,7 +48,7 @@ if componentSet.has("notification") //- script(type="module" src="/lib/sib-notifications/index.js" defer) if componentSet.has("polls") - script(type="module" src="https://cdn.skypack.dev/@startinblox/component-poll@beta" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-poll@3.0" defer) //- script(type="module" src="/lib/solid-poll/index.js" defer) if componentSet.has("profileDirectory")