From 030a055e015646b2a864562c09d2a9b0fa68934a Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Tue, 19 May 2020 22:14:53 +0200
Subject: [PATCH] Reverting back to 9.27

---
 src/includes/head.pug                | 2 +-
 src/scripts/dispatch-space-n-user.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/includes/head.pug b/src/includes/head.pug
index 4fd3a0e6..c0096526 100644
--- a/src/includes/head.pug
+++ b/src/includes/head.pug
@@ -3,7 +3,7 @@ head
     meta(charset="utf-8")
     script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js")
     //- script(type="module" src="/scripts/sib-core/dist/index.js")
-    script(type="module" src="https://unpkg.com/@startinblox/core@0.9")
+    script(type="module" src="https://unpkg.com/@startinblox/core@0.9.27")
     script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
     //- script(type="module" src="/scripts/sib-auth/index.js")
     script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
diff --git a/src/scripts/dispatch-space-n-user.js b/src/scripts/dispatch-space-n-user.js
index f4ccae84..0049a14e 100644
--- a/src/scripts/dispatch-space-n-user.js
+++ b/src/scripts/dispatch-space-n-user.js
@@ -1,4 +1,4 @@
-import { store } from 'https://unpkg.com/@startinblox/core@0.9';
+import { store } from 'https://unpkg.com/@startinblox/core@0.9.27';
 const sibAuth = document.querySelector('sib-auth');
 
 const context = {
-- 
GitLab