Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/common-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@react-navigation/stack": "^7.2.10",
"@swmansion/icons": "^0.0.1",
"react-native-gesture-handler": "workspace:*",
"react-native-reanimated": "^3.17.4",
"react-native-reanimated": "^3.18.0",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "^4.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/expo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": "19.0.0",
"react-native": "0.79.2",
"react-native-gesture-handler": "workspace:*",
"react-native-reanimated": "3.17.5",
"react-native-reanimated": "^3.18.0",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "^4.10.0",
"react-native-svg": "15.11.2",
Expand Down
20 changes: 10 additions & 10 deletions apps/macos-example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNReanimated (3.17.5):
- RNReanimated (3.18.0):
- DoubleConversion
- glog
- RCT-Folly (= 2024.11.18.00)
Expand All @@ -1525,10 +1525,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 3.17.5)
- RNReanimated/worklets (= 3.17.5)
- RNReanimated/reanimated (= 3.18.0)
- RNReanimated/worklets (= 3.18.0)
- Yoga
- RNReanimated/reanimated (3.17.5):
- RNReanimated/reanimated (3.18.0):
- DoubleConversion
- glog
- RCT-Folly (= 2024.11.18.00)
Expand All @@ -1548,9 +1548,9 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated/apple (= 3.17.5)
- RNReanimated/reanimated/apple (= 3.18.0)
- Yoga
- RNReanimated/reanimated/apple (3.17.5):
- RNReanimated/reanimated/apple (3.18.0):
- DoubleConversion
- glog
- RCT-Folly (= 2024.11.18.00)
Expand All @@ -1571,7 +1571,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNReanimated/worklets (3.17.5):
- RNReanimated/worklets (3.18.0):
- DoubleConversion
- glog
- RCT-Folly (= 2024.11.18.00)
Expand All @@ -1591,9 +1591,9 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/worklets/apple (= 3.17.5)
- RNReanimated/worklets/apple (= 3.18.0)
- Yoga
- RNReanimated/worklets/apple (3.17.5):
- RNReanimated/worklets/apple (3.18.0):
- DoubleConversion
- glog
- RCT-Folly (= 2024.11.18.00)
Expand Down Expand Up @@ -1902,7 +1902,7 @@ SPEC CHECKSUMS:
ReactCommon: 0f22e3dd34a8215b8482778898f6e1e95572c498
RNCAsyncStorage: b9f5f78da5d16a853fe3dc22e8268d932fc45a83
RNGestureHandler: b1b622a388c03138550fb5199b7609d01d0aad80
RNReanimated: c48c57d7fd5f78327ecf94dd088e2f6f216e7327
RNReanimated: 6ccc6e6826ada6643d2e6474d95f37a1fbf7771d
RNSVG: 4c63b12b7b5761063bca4f20dd228f6a8370f614
SocketRocket: 03f7111df1a343b162bf5b06ead333be808e1e0a
Yoga: f89a870053f1a8fbee8c98e35a1b9eff44ce2015
Expand Down
2 changes: 1 addition & 1 deletion apps/macos-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-native": "0.78.0",
"react-native-gesture-handler": "workspace:*",
"react-native-macos": "^0.78.0-0",
"react-native-reanimated": "3.17.5",
"react-native-reanimated": "^3.18.0",
"react-native-safe-area-context": "5.4.0",
"react-native-svg": "15.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-gesture-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"react": "19.0.0",
"react-native": "0.79.0",
"react-native-builder-bob": "^0.39.0",
"react-native-reanimated": "3.17.5",
"react-native-reanimated": "^3.18.0",
"react-test-renderer": "19.0.0",
"typescript": "~5.8.3"
},
Expand Down
Loading
Loading