diff --git a/src/includes/head.pug b/src/includes/head.pug index 77a8154defdb44c54264315696bc869828e99e7e..1c19e5ae91aa4fd31abfbbbd9c32afce1bd9a3d9 100644 --- a/src/includes/head.pug +++ b/src/includes/head.pug @@ -2,8 +2,8 @@ head title CoopStarter meta(charset="utf-8") script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js") - script(type="module" src="https://unpkg.com/@startinblox/core@0.6") - script(type="module" src="https://unpkg.com/@startinblox/router@0.6") + script(type="module" src="https://unpkg.com/@startinblox/core@0.7") + script(type="module" src="https://unpkg.com/@startinblox/router@0.7") script(type="module" src="https://unpkg.com/@startinblox/oidc@0.6") script(src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous") script(src="/scripts/coopstarter.js")