Skip to content

Commit

Permalink
fix(fedmod): properly share scalprum
Browse files Browse the repository at this point in the history
  • Loading branch information
redallen committed Aug 5, 2021
1 parent 0bcffa3 commit 3c2de66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config-utils/federated-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = ({
* No application should be installing/interacting with scalprum directly.
*/
if (dependencies['@redhat-cloud-services/frontend-components']) {
sharedDeps.push({ '@scalprum/react-core': { singleton: true } });
sharedDeps.push({ '@scalprum/react-core': { requiredVersion: '*', singleton: true } });
}

if (debug) {
Expand Down

0 comments on commit 3c2de66

Please sign in to comment.