diff --git a/src/dependencies.pug b/src/dependencies.pug
index 97000fc3b789751db52709e0e861bee3a197a031..1a08ad7fcf7d8698e0fe27f38253063d79095366 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -24,8 +24,8 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
 
 //- cdn
 script(type="module" src="https://unpkg.com/@startinblox/core@0.7")
-script(type="module" src="https://unpkg.com/@startinblox/router@0.6")
-script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1.7")
+script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
+script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")
 script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.1")
 script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.2")
 script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1")