From 586089c8e484f3e059421591248113aea8829a7a Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 23 Jan 2026 15:46:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C(dependencies)=20stop=20upgrading?= =?UTF-8?q?=20react-resizable-panels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Last versions of react-resizable-panels have some issues performance issues. We will stick to version 3.0.6 for now. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7f8e9cab..0976dc11 100644 --- a/renovate.json +++ b/renovate.json @@ -32,7 +32,6 @@ "allowedVersions": "<6.0.0" }, { - "groupName": "allowed celery versions", "matchManagers": ["pep621"], "matchPackageNames": ["celery"], @@ -50,6 +49,7 @@ "next", "node", "node-fetch", + "react-resizable-panels", "workbox-webpack-plugin" ] }