diff --git a/src/dependencies.pug b/src/dependencies.pug index a70d24b..ec43d24 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -20,7 +20,7 @@ else script(type="module" src="https://unpkg.com/@startinblox/router@0.7") script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.3") if endpoints.users || (endpoints.get && endpoints.get.users) - script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.4") + script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.5") if endpoints.events || (endpoints.get && endpoints.get.events) script(type="module" src="https://unpkg.com/@startinblox/component-event@0.1") if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)