You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in #474, I added a peer dependency on frontend-build because that version of frontend-platform required a sufficiently high version of frontend-build or it would break if added to an MFE.
Now that we're significantly past that version and no MFEs could conceivably need it anymore (v8 of frontend-build), in my opinion we should remove the peer dependency to simplify our dependency graph, rather than continually bumping the dependency higher, which is actually incorrect and just increases our maintenance burden.
The text was updated successfully, but these errors were encountered:
So in #474, I added a peer dependency on frontend-build because that version of frontend-platform required a sufficiently high version of frontend-build or it would break if added to an MFE.
Now that we're significantly past that version and no MFEs could conceivably need it anymore (v8 of frontend-build), in my opinion we should remove the peer dependency to simplify our dependency graph, rather than continually bumping the dependency higher, which is actually incorrect and just increases our maintenance burden.
The text was updated successfully, but these errors were encountered: