From 2352811c2092e22ffde290b301c9d1f16772b6b1 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Thu, 1 Dec 2016 10:37:57 -0600 Subject: [PATCH] chore(package.json): use fixed version of Strophe There was functionality added to lib-jitsi-meet that depends on particular version of Strophe. It could be possibly broken without testing the update. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 650860820..dbbfcebf3 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "redux": "^3.5.2", "redux-thunk": "^2.1.0", "retry": "0.6.1", - "strophe": "^1.2.2", - "strophejs-plugins": "^0.0.6", + "strophe": "1.2.4", + "strophejs-plugins": "0.0.7", "toastr": "^2.0.3", "url-polyfill": "github/url-polyfill", "xmldom": "^0.1.27"