From c6578219fa6746c82e1ce23746e098bd2b48027f Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 25 Apr 2023 09:37:25 +0100 Subject: [PATCH] chore(deps): allow upgrading postcss, core-js and jest for `2.x` branch --- renovate.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/renovate.json b/renovate.json index 2beb92d5f7..98b45a9ff5 100644 --- a/renovate.json +++ b/renovate.json @@ -25,8 +25,6 @@ ], "ignoreDeps": [ "@types/node", - "core-js", - "postcss", "postcss-import", "postcss-loader", "postcss-url", @@ -40,8 +38,6 @@ "@types/webpack-bundle-analyzer", "@types/webpack-hot-middleware", "wrap-ansi", - "jest", - "babel-jest", "globby", "execa", "chalk",