Commit 391c781
authored
fix(replay): Only set minimum browser SDK peer dependency version (#6440)
This unblocks our release so that the peer dependency isn't left hard-pinned on 7.23.0.
We loose a bit of version sync safety in the sense that users can now use different versions of the SDK and replay but at least it must be >= 7.24.0
Reason for doing this: Our version bump logic doesn't bump peer dependency versions.1 parent c8f3778 commit 391c781
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments