From b80aef0468e6c87fcf33e2198e97a70269c3ec04 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= <morin.gaelle@gmail.com>
Date: Tue, 14 May 2019 13:25:43 +0200
Subject: [PATCH] update: sib-directory and sib-core version

---
 src/dependencies.pug | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/dependencies.pug b/src/dependencies.pug
index b15139a9..102a0c9c 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -23,10 +23,10 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
 //link(rel='import', href='/lib/sib-chat/sib-chat.html')
 
 //- cdn
-script(type="module" src="https://unpkg.com/@startinblox/core@0.7.15")
+script(type="module" src="https://unpkg.com/@startinblox/core@0.7")
 script(type="module" src="https://unpkg.com/@startinblox/router@0.7.2")
 script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1.7")
 script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.1.12")
 script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.2.1")
-script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1.10")
+script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1.11")
 
-- 
GitLab