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.
This commit is contained in:
paweldomas 2016-12-01 10:37:57 -06:00
parent c1df375af4
commit 2352811c20
1 changed files with 2 additions and 2 deletions

View File

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