From 525ecab3eed9769b9eac5618cb14e51d10ad694e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Fri, 25 Feb 2022 15:30:23 +0100 Subject: [PATCH] renovate: stop updating "@mdx-js/react" (#45909) it is a peer-dependency of "@storybook/addon-docs" with version 1.x, the new version is 2.x. we should update them together. --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7b7616a4068..047b72811cf 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -18,6 +18,7 @@ "d3-scale-chromatic", // we should bump this once we move to esm modules "execa", // we should bump this once we move to esm modules "history", // we should bump this together with react-router-dom + "@mdx-js/react", // storybook peer-depends on it's 1.x version, we should upgrade this when we upgrade storybook "monaco-editor", // due to us exposing this via @grafana/ui/CodeEditor's props bumping can break plugins "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