diff --git a/app/craco.config.js b/app/craco.config.js index dcb055b0..ab90c945 100644 --- a/app/craco.config.js +++ b/app/craco.config.js @@ -32,7 +32,7 @@ module.exports = { '@hawtio/react': { singleton: true, // Hardcoding needed because it cannot handle yarn 'workspace:*' version - requiredVersion: '^0.5.0', + requiredVersion: '^0.6.0', }, }, }),