From b6a590e535b5f612e717ee1f0d3eadd2f5e03cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Tue, 14 Jun 2022 08:39:21 +0200 Subject: [PATCH] do not update react-redux (#50700) --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index af4bf894380..ebfd350b181 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -23,6 +23,7 @@ "node-fetch", // we should bump this once we move to esm modules "react-hook-form", // due to us exposing these hooks via @grafana/ui form components bumping can break plugins "react-icons", // jaeger-ui-components is being refactored to use @grafana/ui icons instead + "react-redux", // react-beautiful-dnd depends on react-redux 7.x, we need to update that one first "react-router-dom", // we should bump this together with history "slate", "slate-plain-serializer",