瀏覽代碼

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.
master
paweldomas 9 年之前
父節點
當前提交
2352811c20
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      package.json

+ 2
- 2
package.json 查看文件

@@ -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…
取消
儲存