From 34e4a74b48857e1adb6663af789cd59622a1be57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:43:10 +0000 Subject: [PATCH] chore(deps): Bump react-resizable-panels in /frontend Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.1.9 to 4.11.2. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md) - [Commits](https://github.com/bvaughn/react-resizable-panels/commits) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ba4460f..8b76485 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "react-hook-form": "^7.51.0", "react-icons": "^5.0.1", "react-markdown": "^9.0.1", - "react-resizable-panels": "^2.0.9", + "react-resizable-panels": "^4.11.2", "recharts": "^2.12.1", "socket.io-client": "^4.8.1", "vaul": "^1.0.0",