Browse Source

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.
j8
paweldomas 8 years ago
parent
commit
2352811c20
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

@@ -44,8 +44,8 @@
44 44
     "redux": "^3.5.2",
45 45
     "redux-thunk": "^2.1.0",
46 46
     "retry": "0.6.1",
47
-    "strophe": "^1.2.2",
48
-    "strophejs-plugins": "^0.0.6",
47
+    "strophe": "1.2.4",
48
+    "strophejs-plugins": "0.0.7",
49 49
     "toastr": "^2.0.3",
50 50
     "url-polyfill": "github/url-polyfill",
51 51
     "xmldom": "^0.1.27"

Loading…
Cancel
Save