Skip to content

Commit 4948696

Browse files
committed
Chore: Update react-native-lottie
1 parent 56e1ae4 commit 4948696

File tree

3 files changed

+18
-34
lines changed

3 files changed

+18
-34
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@rnx-kit/metro-config": "^1.3.15",
2828
"@types/jest": "^29.5.3",
2929
"@wwimmo/react-native-sketch-canvas": "^0.8.5",
30-
"lottie-react-native": "^5.1.6",
30+
"lottie-react-native": "^6.7.2",
3131
"lowlight": "^1.17.0",
3232
"patch-package": "^7.0.0",
3333
"postinstall-postinstall": "^2.1.0",

patches/lottie-react-native+5.1.6.patch renamed to patches/lottie-react-native+6.7.2.patch

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
diff --git a/node_modules/lottie-react-native/src/windows/cppwinrt/LottieReactNative.vcxproj b/node_modules/lottie-react-native/src/windows/cppwinrt/LottieReactNative.vcxproj
2-
index 77d4a61..bce7bb3 100644
3-
--- a/node_modules/lottie-react-native/src/windows/cppwinrt/LottieReactNative.vcxproj
4-
+++ b/node_modules/lottie-react-native/src/windows/cppwinrt/LottieReactNative.vcxproj
1+
diff --git a/node_modules/lottie-react-native/windows/cppwinrt/LottieReactNative.vcxproj b/node_modules/lottie-react-native/windows/cppwinrt/LottieReactNative.vcxproj
2+
index beff4ba..3492cbc 100644
3+
--- a/node_modules/lottie-react-native/windows/cppwinrt/LottieReactNative.vcxproj
4+
+++ b/node_modules/lottie-react-native/windows/cppwinrt/LottieReactNative.vcxproj
55
@@ -15,12 +15,18 @@
66
<AppContainerApplication>true</AppContainerApplication>
77
<ApplicationType>Windows Store</ApplicationType>
@@ -31,4 +31,4 @@ index 77d4a61..bce7bb3 100644
3131
+ <PlatformToolset>v143</PlatformToolset>
3232
<CharacterSet>Unicode</CharacterSet>
3333
<GenerateManifest>false</GenerateManifest>
34-
</PropertyGroup>
34+
</PropertyGroup>

yarn.lock

+12-28
Original file line numberDiff line numberDiff line change
@@ -5792,13 +5792,6 @@ __metadata:
57925792
languageName: node
57935793
linkType: hard
57945794

5795-
"dedent@npm:^0.6.0":
5796-
version: 0.6.0
5797-
resolution: "dedent@npm:0.6.0"
5798-
checksum: 10c0/0fade439baf9cec04f98c0881bf6b6b3da4687488b74aecce3bda96ec1c2b441cdd5e0921d0b911adcbaaf66367896fd31c7a2da1e575bf81e84848269818c0a
5799-
languageName: node
5800-
linkType: hard
5801-
58025795
"dedent@npm:^0.7.0":
58035796
version: 0.7.0
58045797
resolution: "dedent@npm:0.7.0"
@@ -7632,7 +7625,7 @@ __metadata:
76327625
languageName: node
76337626
linkType: hard
76347627

7635-
"invariant@npm:*, invariant@npm:2.2.4, invariant@npm:^2.2.2, invariant@npm:^2.2.4":
7628+
"invariant@npm:*, invariant@npm:2.2.4, invariant@npm:^2.2.4":
76367629
version: 2.2.4
76377630
resolution: "invariant@npm:2.2.4"
76387631
dependencies:
@@ -8850,21 +8843,23 @@ __metadata:
88508843
languageName: node
88518844
linkType: hard
88528845

8853-
"lottie-react-native@npm:^5.1.6":
8854-
version: 5.1.6
8855-
resolution: "lottie-react-native@npm:5.1.6"
8856-
dependencies:
8857-
invariant: "npm:^2.2.2"
8858-
react-native-safe-modules: "npm:^1.0.3"
8846+
"lottie-react-native@npm:^6.7.2":
8847+
version: 6.7.2
8848+
resolution: "lottie-react-native@npm:6.7.2"
88598849
peerDependencies:
8860-
lottie-ios: ^3.4.0
8850+
"@dotlottie/react-player": ^1.6.1
8851+
"@lottiefiles/react-lottie-player": ^3.5.3
88618852
react: "*"
88628853
react-native: ">=0.46"
88638854
react-native-windows: ">=0.63.x"
88648855
peerDependenciesMeta:
8856+
"@dotlottie/react-player":
8857+
optional: true
8858+
"@lottiefiles/react-lottie-player":
8859+
optional: true
88658860
react-native-windows:
88668861
optional: true
8867-
checksum: 10c0/becb609bb9f975a198d6e5ebdf1ded0a7004807c3427d04aaa9a1d4f69b74b32ae8e30701b89cdeacaaa2b7d5df367c3c3b3e2536f0329ebfcb719ba9fdfa392
8862+
checksum: 10c0/a98ffa572b1f47edabec7e652926358bfe72b6ebce85ad91a52046859e097320f86b201c8848aec644673e8975b28ef8445abf42fac52812a38f9273f9bb4a5b
88688863
languageName: node
88698864
linkType: hard
88708865

@@ -10802,17 +10797,6 @@ __metadata:
1080210797
languageName: node
1080310798
linkType: hard
1080410799

10805-
"react-native-safe-modules@npm:^1.0.3":
10806-
version: 1.0.3
10807-
resolution: "react-native-safe-modules@npm:1.0.3"
10808-
dependencies:
10809-
dedent: "npm:^0.6.0"
10810-
peerDependencies:
10811-
react-native: "*"
10812-
checksum: 10c0/1f0e5199f81f0402e87cb2da16c956b1980f75cad06c351fe22c64959edca1e4dfad7d971158487659851d195bbc888fe98e639380d8e70dfef79adb718470d1
10813-
languageName: node
10814-
linkType: hard
10815-
1081610800
"react-native-screens@npm:^2.9.0":
1081710801
version: 2.18.1
1081810802
resolution: "react-native-screens@npm:2.18.1"
@@ -11391,7 +11375,7 @@ react-native-tts@ak1394/react-native-tts:
1139111375
babel-jest: "npm:^29.5.0"
1139211376
eslint: "npm:^6.5.1"
1139311377
jest: "npm:^29.5.0"
11394-
lottie-react-native: "npm:^5.1.6"
11378+
lottie-react-native: "npm:^6.7.2"
1139511379
lowlight: "npm:^1.17.0"
1139611380
metro-config: "npm:^0.76.9"
1139711381
patch-package: "npm:^7.0.0"

0 commit comments

Comments
 (0)