diff --git a/package-lock.json b/package-lock.json index 07de2bcfa..0c5bf916b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14923,20 +14923,19 @@ "js-tokens": "^3.0.0 || ^4.0.0" } }, - "lottie-ios": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/lottie-ios/-/lottie-ios-2.5.0.tgz", - "integrity": "sha1-VcgI54XUppM7DBCzlVMLFwmLBd4=" - }, "lottie-react-native": { - "version": "2.5.8", - "resolved": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-2.5.8.tgz", - "integrity": "sha512-rNfSAPM/u8k+LZlrjs/AABVhYkC/ozn+3vCqaY5IqUAtwekdnORRTJCsCP7HHysWlehdE9Yo4HtVN4w4JP5T/Q==", + "version": "git+ssh://git@github.com/PeerioTechnologies/lottie-react-native.git#a2d3893d60426ef6f205e223cf81e4315f2629ee", + "from": "git+ssh://git@github.com/PeerioTechnologies/lottie-react-native.git", "requires": { "invariant": "^2.2.2", - "lottie-ios": "^2.5.0", "prop-types": "^15.5.10", "react-native-safe-module": "^1.1.0" + }, + "dependencies": { + "lottie-ios": { + "version": "git+ssh://git@github.com/PeerioTechnologies/lottie-ios.git#5317fbe96b2012043e87355e5a6f4f96ec107171", + "from": "git+ssh://git@github.com/PeerioTechnologies/lottie-ios.git#5317fbe96b2012043e87355e5a6f4f96ec107171" + } } }, "loud-rejection": { diff --git a/package.json b/package.json index 4cce09270..0032c8d69 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "json-stringify-safe": "5.0.1", "linkifyjs": "github:PeerioTechnologies/linkifyjs", "lodash": "4.17.11", - "lottie-react-native": "2.5.8", + "lottie-react-native": "git@github.com:PeerioTechnologies/lottie-react-native.git", "lru-cache": "4.1.3", "mime-types": "2.1.18", "mkdirp": "0.5.1",