Skip to content

Commit

Permalink
fix(app): upgrade required version for @hawtio/react to 0.5.0 for mod…
Browse files Browse the repository at this point in the history
…ule federation
  • Loading branch information
tadayosi committed Sep 25, 2023
1 parent 2018e6c commit 95add8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
'@hawtio/react': {
singleton: true,
// Hardcoding needed because it cannot handle yarn 'workspace:*' version
requiredVersion: '^0.4.0-dev.1',
requiredVersion: '^0.5.0',
},
},
}),
Expand Down

0 comments on commit 95add8a

Please sign in to comment.