From 5c89cb116d44899013208dee4f86bc25c42afbbe Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Wed, 16 Oct 2019 12:40:01 +0200 Subject: [PATCH] update: versions to 0.9 (missing notification) --- src/dependencies.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 491c23d..058bc3c 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -1,4 +1,4 @@ -script(type="module" src="https://unpkg.com/@startinblox/oidc@0.7") +script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8") script(src="/scripts/index.js") //- Stylesheets @@ -15,10 +15,10 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3 //- script(type="module" src="/lib/sib-job-board/sib-job-board.js") //- CDN -script(type="module" src="https://unpkg.com/@startinblox/core@0.8") +script(type="module" src="https://unpkg.com/@startinblox/core@0.9") script(type="module" src="https://unpkg.com/@startinblox/router@0.7") -script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.3") -script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.2") +script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.4") +script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.3") //- script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.3") //- script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3") //- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.3")