diff --git a/package-lock.json b/package-lock.json index d477b72ef537..e16770ec9fd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2862,6 +2862,11 @@ "uuid": "^3.2.1" }, "dependencies": { + "adm-zip": { + "version": "0.4.16", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.16.tgz", + "integrity": "sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg==" + }, "typescript": { "version": "2.9.2", "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", @@ -2949,9 +2954,8 @@ "integrity": "sha512-u5Mn5PUskxZmY7S3xUPo7442xbruJ8/Z5Em5CquB1grQ+SwApdnKMP5tL2OfqRFqYHqppJhcl3sFAfKPfxvmKg==" }, "@rocket.chat/livechat": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@rocket.chat/livechat/-/livechat-1.4.0.tgz", - "integrity": "sha512-jOUy49njPMW0ZmL9Gk6lRv4X0WTSS9N78iSzR/p3pSV4ivEQk1LRXCi6QLknZmxEXIpe6MTJgUY/ggsORfxrDQ==", + "version": "git+https://github.com/WideChat/Rocket.Chat.Livechat.git#3fb30eec59b895460e88a356719b5371297a25fa", + "from": "git+https://github.com/WideChat/Rocket.Chat.Livechat.git#develop", "dev": true, "requires": { "@kossnocorp/desvg": "^0.2.0", diff --git a/package.json b/package.json index 806cf2bf2f94..1a56198b7587 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@babel/preset-react": "^7.0.0", "@octokit/rest": "^16.1.0", "@rocket.chat/eslint-config": "^0.3.0", - "@rocket.chat/livechat": "^1.4.0", + "@rocket.chat/livechat": "git+https://github.com/WideChat/Rocket.Chat.Livechat.git#develop", "@settlin/spacebars-loader": "^1.0.7", "@storybook/addon-actions": "^5.2.8", "@storybook/addon-knobs": "^5.2.8",