From fcd130b87816e2d0997e32f570e1eca07639ad85 Mon Sep 17 00:00:00 2001 From: Samvel Avanesov Date: Thu, 3 Jan 2019 09:55:30 -0500 Subject: [PATCH] Revert "chore: switch lottie version to a fork [ch17530]" This reverts commit b15190128be420bb6ca6f4edee8c732a9039fc03. --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c5bf916b..07de2bcfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14923,19 +14923,20 @@ "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": "git+ssh://git@github.com/PeerioTechnologies/lottie-react-native.git#a2d3893d60426ef6f205e223cf81e4315f2629ee", - "from": "git+ssh://git@github.com/PeerioTechnologies/lottie-react-native.git", + "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==", "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 0032c8d69..4cce09270 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": "git@github.com:PeerioTechnologies/lottie-react-native.git", + "lottie-react-native": "2.5.8", "lru-cache": "4.1.3", "mime-types": "2.1.18", "mkdirp": "0.5.1",