Replies: 1 comment
-
did you fix the problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm managing couple of next.js and Vite React projects with Bun workspace. Each project has different next.js/react versions.
Bun version is
1.1.4
.In this situation.
If
a
andb
both havenext
dependency. It resolved like:I'd expected:
Currently, I do this by adding temporal dependency like:
This is little confusion and flaky.
Is there better way to resolve this? Preventing hoist is important for next.js as they are peering react deps with different versions.
Beta Was this translation helpful? Give feedback.
All reactions