Skip to content

Commit b78aa63

Browse files
committed
Merge branch '@mbert/monorepo-add-macos-example' into @mbert/monorepo-add-common-app
2 parents ac136e8 + 54f70ea commit b78aa63

5 files changed

Lines changed: 472 additions & 468 deletions

File tree

apps/ExpoExample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"react-dom": "19.0.0",
2525
"react-native": "0.79.0",
2626
"react-native-gesture-handler": "workspace:*",
27-
"react-native-reanimated": "3.17.4",
28-
"react-native-safe-area-context": "5.3.0",
27+
"react-native-reanimated": "3.17.5",
28+
"react-native-safe-area-context": "5.4.0",
2929
"react-native-svg": "15.11.2",
3030
"react-native-web": "^0.20.0"
3131
},

apps/MacOSExample/macos/Podfile.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ PODS:
15051505
- ReactCommon/turbomodule/bridging
15061506
- ReactCommon/turbomodule/core
15071507
- Yoga
1508-
- RNReanimated (3.17.4):
1508+
- RNReanimated (3.17.5):
15091509
- DoubleConversion
15101510
- glog
15111511
- RCT-Folly (= 2024.11.18.00)
@@ -1525,10 +1525,10 @@ PODS:
15251525
- ReactCodegen
15261526
- ReactCommon/turbomodule/bridging
15271527
- ReactCommon/turbomodule/core
1528-
- RNReanimated/reanimated (= 3.17.4)
1529-
- RNReanimated/worklets (= 3.17.4)
1528+
- RNReanimated/reanimated (= 3.17.5)
1529+
- RNReanimated/worklets (= 3.17.5)
15301530
- Yoga
1531-
- RNReanimated/reanimated (3.17.4):
1531+
- RNReanimated/reanimated (3.17.5):
15321532
- DoubleConversion
15331533
- glog
15341534
- RCT-Folly (= 2024.11.18.00)
@@ -1548,9 +1548,9 @@ PODS:
15481548
- ReactCodegen
15491549
- ReactCommon/turbomodule/bridging
15501550
- ReactCommon/turbomodule/core
1551-
- RNReanimated/reanimated/apple (= 3.17.4)
1551+
- RNReanimated/reanimated/apple (= 3.17.5)
15521552
- Yoga
1553-
- RNReanimated/reanimated/apple (3.17.4):
1553+
- RNReanimated/reanimated/apple (3.17.5):
15541554
- DoubleConversion
15551555
- glog
15561556
- RCT-Folly (= 2024.11.18.00)
@@ -1571,7 +1571,7 @@ PODS:
15711571
- ReactCommon/turbomodule/bridging
15721572
- ReactCommon/turbomodule/core
15731573
- Yoga
1574-
- RNReanimated/worklets (3.17.4):
1574+
- RNReanimated/worklets (3.17.5):
15751575
- DoubleConversion
15761576
- glog
15771577
- RCT-Folly (= 2024.11.18.00)
@@ -1591,9 +1591,9 @@ PODS:
15911591
- ReactCodegen
15921592
- ReactCommon/turbomodule/bridging
15931593
- ReactCommon/turbomodule/core
1594-
- RNReanimated/worklets/apple (= 3.17.4)
1594+
- RNReanimated/worklets/apple (= 3.17.5)
15951595
- Yoga
1596-
- RNReanimated/worklets/apple (3.17.4):
1596+
- RNReanimated/worklets/apple (3.17.5):
15971597
- DoubleConversion
15981598
- glog
15991599
- RCT-Folly (= 2024.11.18.00)
@@ -1902,8 +1902,7 @@ SPEC CHECKSUMS:
19021902
ReactCommon: 0f22e3dd34a8215b8482778898f6e1e95572c498
19031903
RNCAsyncStorage: b9f5f78da5d16a853fe3dc22e8268d932fc45a83
19041904
RNGestureHandler: 3aebdd5727d76b567572472b9e52c29536ee0eef
1905-
RNReanimated: 4099396c5ecf90a7d06aa23989fab9230a99cae0
1906-
RNSVG: 4c63b12b7b5761063bca4f20dd228f6a8370f614
1905+
RNReanimated: c48c57d7fd5f78327ecf94dd088e2f6f216e7327
19071906
SocketRocket: 03f7111df1a343b162bf5b06ead333be808e1e0a
19081907
Yoga: f89a870053f1a8fbee8c98e35a1b9eff44ce2015
19091908

apps/MacOSExample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"react-native": "0.78.0",
2222
"react-native-gesture-handler": "workspace:*",
2323
"react-native-macos": "^0.78.0-0",
24-
"react-native-reanimated": "3.17.4",
25-
"react-native-safe-area-context": "5.3.0",
24+
"react-native-reanimated": "3.17.5",
25+
"react-native-safe-area-context": "5.4.0",
2626
"react-native-svg": "15.11.2"
2727
},
2828
"devDependencies": {

packages/react-native-gesture-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"react": "19.0.0",
101101
"react-native": "0.79.0",
102102
"react-native-builder-bob": "^0.39.0",
103-
"react-native-reanimated": "3.17.4",
103+
"react-native-reanimated": "3.17.5",
104104
"react-test-renderer": "19.0.0",
105105
"release-it": "^13.6.5",
106106
"typescript": "5.0.4"

0 commit comments

Comments
 (0)