Skip to content

Commit

Permalink
Upgrade vendored lottie to 5.1.6 (expo#22868)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjhughes authored Jun 13, 2023
1 parent 3ccd2ed commit 66fddc0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/native-component-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"gl-mat4": "^1.1.4",
"hsv2rgb": "^1.1.0",
"i18n-js": "^3.1.0",
"lottie-react-native": "5.1.4",
"lottie-react-native": "5.1.6",
"moment": "^2.29.4",
"path": "^0.12.7",
"pixi.js": "^4.6.1",
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ PODS:
- libwebp/demux
- libwebp/webp (1.2.4)
- lottie-ios (3.4.4)
- lottie-react-native (5.1.4):
- lottie-react-native (5.1.6):
- lottie-ios (~> 3.4.0)
- React-Core
- MBProgressHUD (1.2.0)
Expand Down Expand Up @@ -3751,7 +3751,7 @@ SPEC CHECKSUMS:
libvmaf: 27f523f1e63c694d14d534cd0fddd2fab0ae8711
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
lottie-ios: 8f97d3271e155c2d688875c29cd3c74908aef5f8
lottie-react-native: b702fab740cdb952a8e2354713d3beda63ff97b0
lottie-react-native: 8f9d4be452e23f6e5ca0fdc11669dc99ab52be81
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
Nimble: d954d0accfd082f2225e62d71008440493e318f4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lottie-react-native",
"version": "5.1.4",
"version": "5.1.6",
"summary": "Lottie component for React Native (iOS and Android)",
"authors": {
"intelligibabble": "[email protected]"
Expand All @@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/react-community/lottie-react-native.git",
"tag": "v5.1.4"
"tag": "v5.1.6"
},
"source_files": "src/ios/**/*.{h,m,swift}",
"requires_arc": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/bundledNativeModules.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"expo-updates": "~0.17.0",
"expo-video-thumbnails": "~7.3.0",
"expo-web-browser": "~12.2.0",
"lottie-react-native": "5.1.4",
"lottie-react-native": "5.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.0-rc.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12860,10 +12860,10 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4
dependencies:
js-tokens "^3.0.0 || ^4.0.0"

[email protected].4:
version "5.1.4"
resolved "https://registry.yarnpkg.com/lottie-react-native/-/lottie-react-native-5.1.4.tgz#9340a4f63ed115d5f050f1af69e53242e6e63840"
integrity sha512-Lu6mSG92Wck+vXEX6gfj/9ciqqoz0tJQZqgX0SumGvX/oZu4MbKO/oLApyHdy2V9Rb7qvwF9whOtitADxTswPA==
[email protected].6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/lottie-react-native/-/lottie-react-native-5.1.6.tgz#6ae72829c3c0b95952dddd3d78c043f4dfbcb487"
integrity sha512-vhdeZstXMfuVKwnddYWjJgQ/1whGL58IJEJu/iSf0XQ5gAb4pp/+vy91mdYQLezlb8Aw4Vu3fKnqErJL2hwchg==
dependencies:
invariant "^2.2.2"
react-native-safe-modules "^1.0.3"
Expand Down

0 comments on commit 66fddc0

Please sign in to comment.