openedx / frontend-app-account

Open edX micro-frontend application for managing user account information.
GNU Affero General Public License v3.0
17 stars 121 forks source link

fix: use `frontend-slot-footer` that supports all footer versions #1050

Closed brian-smith-tcril closed 3 months ago

brian-smith-tcril commented 3 months ago

The previous version of frontend-slot-footer had a peer dependency of ^14.0.0, which caused problems for some methods of installing forked footers. This updates to a version of frontend-slot-footer that allows for any version of frontend-component-footer in the peer dependency.