Commit 6b00820
fix: align react-native and packages/expo deps for manypkg consistency
manypkg enforces version range consistency across the monorepo.
Two issues from the SDK 56 upgrade:
1. examples/expo-example: react-native ~0.85.3 → ^0.83.4
The most common range across the repo is ^0.83.4 (used by
packages/expo and packages/react-native). SDK 56 Expo packages
accept react-native *, so ^0.83.4 still satisfies their peer deps.
2. packages/expo devDependencies: bump Expo SDK 55 → 56
- expo: ~55.0.9 → ~56.0.5
- expo-constants: ~55.0.9 → ~56.0.16
- expo-device: ~55.0.10 → ~56.0.4
- expo-notifications: ~55.0.16 → ~56.0.14
Verified with: yarn manypkg check → success workspaces valid!
Co-authored-by: Kyle McDonald <kylemcd@users.noreply.github.com>1 parent b5c7ff4 commit 6b00820
3 files changed
Lines changed: 38 additions & 1282 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments