From ce4490cbbae575b84ecf71062d5288e53968d957 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 15:56:59 +0000 Subject: [PATCH] can't bump execa until esm modules (#41967) Co-authored-by: Ashley Harrison --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a6d81bbe482..2dbc2f7a8c1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,7 +13,7 @@ "d3-interpolate", // we should bump this once we move to esm modules "d3-scale-chromatic", // we should bump this once we move to esm modules "eslint", // wait until `eslint-plugin-react-hooks>4.2.0` is released - "globby", // 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 "react-router-dom", // we should bump this together with history "slate",