From 2e78ad31e3b3953d6af523c59ef86a33e3cc28fc Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Wed, 18 Oct 2023 18:17:24 +0900 Subject: [PATCH] chore(app): update @hawtio/react required version in craco --- app/craco.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, }, }),