Skip to content

Commit 54f70ea

Browse files
committed
Bump reanimated
1 parent ee61690 commit 54f70ea

3 files changed

Lines changed: 444 additions & 15 deletions

File tree

apps/MacOSExample/macos/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ PODS:
15011501
- ReactCommon/turbomodule/bridging
15021502
- ReactCommon/turbomodule/core
15031503
- Yoga
1504-
- RNReanimated (3.17.4):
1504+
- RNReanimated (3.17.5):
15051505
- DoubleConversion
15061506
- glog
15071507
- RCT-Folly (= 2024.11.18.00)
@@ -1521,10 +1521,10 @@ PODS:
15211521
- ReactCodegen
15221522
- ReactCommon/turbomodule/bridging
15231523
- ReactCommon/turbomodule/core
1524-
- RNReanimated/reanimated (= 3.17.4)
1525-
- RNReanimated/worklets (= 3.17.4)
1524+
- RNReanimated/reanimated (= 3.17.5)
1525+
- RNReanimated/worklets (= 3.17.5)
15261526
- Yoga
1527-
- RNReanimated/reanimated (3.17.4):
1527+
- RNReanimated/reanimated (3.17.5):
15281528
- DoubleConversion
15291529
- glog
15301530
- RCT-Folly (= 2024.11.18.00)
@@ -1544,9 +1544,9 @@ PODS:
15441544
- ReactCodegen
15451545
- ReactCommon/turbomodule/bridging
15461546
- ReactCommon/turbomodule/core
1547-
- RNReanimated/reanimated/apple (= 3.17.4)
1547+
- RNReanimated/reanimated/apple (= 3.17.5)
15481548
- Yoga
1549-
- RNReanimated/reanimated/apple (3.17.4):
1549+
- RNReanimated/reanimated/apple (3.17.5):
15501550
- DoubleConversion
15511551
- glog
15521552
- RCT-Folly (= 2024.11.18.00)
@@ -1567,7 +1567,7 @@ PODS:
15671567
- ReactCommon/turbomodule/bridging
15681568
- ReactCommon/turbomodule/core
15691569
- Yoga
1570-
- RNReanimated/worklets (3.17.4):
1570+
- RNReanimated/worklets (3.17.5):
15711571
- DoubleConversion
15721572
- glog
15731573
- RCT-Folly (= 2024.11.18.00)
@@ -1587,9 +1587,9 @@ PODS:
15871587
- ReactCodegen
15881588
- ReactCommon/turbomodule/bridging
15891589
- ReactCommon/turbomodule/core
1590-
- RNReanimated/worklets/apple (= 3.17.4)
1590+
- RNReanimated/worklets/apple (= 3.17.5)
15911591
- Yoga
1592-
- RNReanimated/worklets/apple (3.17.4):
1592+
- RNReanimated/worklets/apple (3.17.5):
15931593
- DoubleConversion
15941594
- glog
15951595
- RCT-Folly (= 2024.11.18.00)
@@ -1885,7 +1885,7 @@ SPEC CHECKSUMS:
18851885
ReactCodegen: 3d30536e47f328f0a297d897cb789e46a092c2a6
18861886
ReactCommon: 0f22e3dd34a8215b8482778898f6e1e95572c498
18871887
RNGestureHandler: 3aebdd5727d76b567572472b9e52c29536ee0eef
1888-
RNReanimated: 4099396c5ecf90a7d06aa23989fab9230a99cae0
1888+
RNReanimated: c48c57d7fd5f78327ecf94dd088e2f6f216e7327
18891889
SocketRocket: 03f7111df1a343b162bf5b06ead333be808e1e0a
18901890
Yoga: f89a870053f1a8fbee8c98e35a1b9eff44ce2015
18911891

apps/MacOSExample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-native": "0.78.0",
1515
"react-native-gesture-handler": "workspace:*",
1616
"react-native-macos": "^0.78.0-0",
17-
"react-native-reanimated": "3.17.4"
17+
"react-native-reanimated": "3.17.5"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)