minor: upgrade to sib-chat@0.5 (converse in fullscreen)

This commit is contained in:
Jean-Baptiste Pasquier 2020-02-26 00:30:03 +01:00
parent 9062babe0a
commit e1b64c152a
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
1 changed files with 1 additions and 1 deletions

View File

@ -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)