From 7db6cc32b6fbea2be9cbc11f36e815c9741abc8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 00:09:18 +0000 Subject: [PATCH] chore(deps): update react-resizable-panels requirement Updates the requirements on [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) to permit the latest version. - [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/compare/4.12.2...4.12.3) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.12.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4791cfd..4577a0d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react": "19.2.8", "react-day-picker": "^10.0.1", "react-dom": "19.2.8", - "react-resizable-panels": "^4.12.2", + "react-resizable-panels": "^4.12.3", "recharts": "3.10.1", "shadcn": "^4.18.0", "sonner": "^2.0.8",