From 99ea127a0a72048efb0bf849fe061814a561632d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:07:12 +0000 Subject: [PATCH] chore(deps): bump react-resizable-panels from 2.1.9 to 3.0.6 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.1.9 to 3.0.6. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Commits](https://github.com/bvaughn/react-resizable-panels/compare/2.1.9...3.0.6) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 796ff3f7bd..89276b2ca3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -106,7 +106,7 @@ "react-day-picker": "8.10.1", "react-hook-form": "^7.56.1", "react-merge-refs": "^2.1.1", - "react-resizable-panels": "^2.1.9", + "react-resizable-panels": "^3.0.6", "react-syntax-highlighter": "^15.6.6", "recharts": "^2.15.3", "sonner": "^2.0.4",