From 343f66f895c0508931ad5da4f8daa62df9cae257 Mon Sep 17 00:00:00 2001 From: Kathy Luo Date: Fri, 10 Feb 2023 15:20:13 +0100 Subject: [PATCH] chore: upgrade lottie --- ios/Podfile.lock | 14 ++++++-------- package.json | 3 +-- yarn.lock | 16 +++++----------- 3 files changed, 12 insertions(+), 21 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 5797f94400c..60b9cb44eef 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -210,9 +210,9 @@ PODS: - GTMSessionFetcher/Core (1.7.2) - leveldb-library (1.22.1) - libevent (2.1.12) - - lottie-ios (3.2.3) - - lottie-react-native (5.0.1): - - lottie-ios (~> 3.2.3) + - lottie-ios (3.4.4) + - lottie-react-native (5.1.5): + - lottie-ios (~> 3.4.0) - React-Core - nanopb (2.30908.0): - nanopb/decode (= 2.30908.0) @@ -702,7 +702,6 @@ DEPENDENCIES: - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.99.0) - FlipperKit/SKIOSNetworkPlugin (= 0.99.0) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - - lottie-ios (from `../node_modules/lottie-ios`) - lottie-react-native (from `../node_modules/lottie-react-native`) - Permission-AppTrackingTransparency (from `../node_modules/react-native-permissions/ios/AppTrackingTransparency`) - Permission-Camera (from `../node_modules/react-native-permissions/ios/Camera`) @@ -814,6 +813,7 @@ SPEC REPOS: - GTMSessionFetcher - leveldb-library - libevent + - lottie-ios - nanopb - OpenSSL-Universal - PersonaInquirySDK2 @@ -842,8 +842,6 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/React/FBReactNativeSpec" glog: :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" - lottie-ios: - :path: "../node_modules/lottie-ios" lottie-react-native: :path: "../node_modules/lottie-react-native" Permission-AppTrackingTransparency: @@ -1032,8 +1030,8 @@ SPEC CHECKSUMS: GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 - lottie-ios: c058aeafa76daa4cf64d773554bccc8385d0150e - lottie-react-native: a029a86e1689c86a07169c520ae770e84348cd20 + lottie-ios: 8f97d3271e155c2d688875c29cd3c74908aef5f8 + lottie-react-native: 3e722c63015fdb9c27638b0a77969fc412067c18 nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96 OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b Permission-AppTrackingTransparency: 7e4612104f43441744dc472d5b258daee5b71f7b diff --git a/package.json b/package.json index 4b58233f05d..78150fac2ac 100644 --- a/package.json +++ b/package.json @@ -125,8 +125,7 @@ "ibantools": "^4.2.2", "io-ts": "2.0.1", "lodash": "^4.17.21", - "lottie-ios": "^3.2.3", - "lottie-react-native": "^5.0.1", + "lottie-react-native": "^5.1.5", "node-libs-react-native": "^1.2.0", "qrcode": "^1.5.1", "react": "17.0.2", diff --git a/yarn.lock b/yarn.lock index d6d8a443e89..6cd16742513 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13096,18 +13096,12 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" -lottie-ios@^3.2.3: - version "3.2.3" - resolved "https://registry.yarnpkg.com/lottie-ios/-/lottie-ios-3.2.3.tgz#d5a029ccce611603d178ea7ba725c1446f2310b4" - integrity sha512-mubYMN6+1HXa8z3EJKBvNBkl4UoVM4McjESeB2PgvRMSngmJtC5yUMRdhbbrIAn5Liu3hFGao/14s5hQIgtkRQ== - -lottie-react-native@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/lottie-react-native/-/lottie-react-native-5.0.1.tgz#218a9e9cf0e25b2d30360958b00b85a4068a76b8" - integrity sha512-V+ODPqiHOSRzEWg8VsfrJBicgc2k0ZPlCjk3J7ULUkh94smL1nrsF/n4OGukj4MLZwonpv+frVK7pPh5U7t3rQ== +lottie-react-native@^5.1.5: + version "5.1.5" + resolved "https://registry.yarnpkg.com/lottie-react-native/-/lottie-react-native-5.1.5.tgz#6696fb95773639d04bbba332d753ab69669bccd0" + integrity sha512-xl6uEo50joQeIqso5SvPKt1uGBqMhgNgs+36S4725Nfigf4zAY23/I9QEEkJF+1BHq7wKCeYha2KafLTm20gqA== dependencies: invariant "^2.2.2" - prop-types "^15.5.10" react-native-safe-modules "^1.0.3" loupe@^2.3.1: @@ -15342,7 +15336,7 @@ prompts@^2.4.0: kleur "^3.0.3" sisteransi "^1.0.5" -prop-types@^15.5.10, prop-types@^15.6.2, prop-types@^15.7.2: +prop-types@^15.6.2, prop-types@^15.7.2: version "15.7.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==