fix: use frontend-slot-footer that supports all footer versions

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.
This commit is contained in:
Brian Smith
2024-05-16 14:59:50 -04:00
committed by Adolfo R. Brandes
parent 90da11782f
commit 81a1ec7e1e
2 changed files with 7 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.2.0",
"@openedx/frontend-plugin-framework": "^1.1.2",
"@openedx/frontend-slot-footer": "^1.0.0",
"@openedx/frontend-slot-footer": "^1.0.2",
"@openedx/paragon": "22.0.0",
"@tensorflow-models/blazeface": "0.0.7",
"@tensorflow/tfjs-converter": "3.21.0",