From fed23ffe3800687e61184cca4287727c96acb3e2 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:24:08 +0000 Subject: [PATCH] breaking: the dependency `react-resizable-panels` has been updated to a new major version (4.6.4), which may include breaking changes. #major --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index aa69b9b..bd432b4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -55,7 +55,7 @@ "react-dom": "^19.2.3", "react-hook-form": "^7.70.0", "react-icons": "^5.5.0", - "react-resizable-panels": "^3.0.6", + "react-resizable-panels": "^4.0.0", "react-router-dom": "^7.11.0", "recharts": "2.15.4", "sonner": "^2.0.7", diff --git a/ui/yarn.lock b/ui/yarn.lock index da35ca5..c4b6da3 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -4783,10 +4783,10 @@ react-remove-scroll@^2.6.3: use-callback-ref "^1.3.3" use-sidecar "^1.1.3" -react-resizable-panels@^3.0.6: - version "3.0.6" - resolved "https://registry.yarnpkg.com/react-resizable-panels/-/react-resizable-panels-3.0.6.tgz#8183132ea13a09821e9c93962ed49f240cdcfd3f" - integrity sha512-b3qKHQ3MLqOgSS+FRYKapNkJZf5EQzuf6+RLiq1/IlTHw99YrZ2NJZLk4hQIzTnnIkRg2LUqyVinu6YWWpUYew== +react-resizable-panels@^4.0.0: + version "4.6.4" + resolved "https://registry.yarnpkg.com/react-resizable-panels/-/react-resizable-panels-4.6.4.tgz#66e4f352520edcbdb59a27e1286c3975d6fe71b9" + integrity sha512-E7Szs1xyaMZ7xOI2gG4TECNz4r/gmpV1AsXyZRnER6OQnfFf9uclFmrHHZR3h/iF8vQS+nQ1LKyZv9bzwGxPSg== react-router-dom@^7.11.0: version "7.13.0"