deps: Upgrade handlebars to latest version.

Fixes #3939.
This commit is contained in:
Tim Abbott 2017-03-04 22:03:20 -08:00
parent 33129059f4
commit 60b6a56da8
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"description": "",
"main": "",
"dependencies": {
"handlebars": "3.0.3",
"handlebars": "4.0.6",
"i18next": "3.0.0",
"i18next-parser": "0.11.1",
"i18next-xhr-backend": "0.5.4",

View File

@ -12,10 +12,10 @@
{{/if}}
<div class="recipient_row" id="{{message_group_id}}">
{{partial "recipient_row" "use_match_properties" ../../use_match_properties}}
{{partial "recipient_row" "use_match_properties" ../use_match_properties}}
{{#each message_containers}}
{{#with this}}
{{partial "single_message" "use_match_properties" ../../../../use_match_properties "table_name" ../../../../table_name}}
{{partial "single_message" "use_match_properties" ../../use_match_properties "table_name" ../../table_name}}
{{/with}}
{{/each}}
</div>

View File

@ -1,2 +1,2 @@
ZULIP_VERSION = "1.5.1+git"
PROVISION_VERSION = '4.9'
PROVISION_VERSION = '4.10'