ソースを参照

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年前
コミット
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"

読み込み中…
キャンセル
保存