From 2f8a860480f91454c0479c102103d3eec5431c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:21:36 +0000 Subject: [PATCH] chore(deps): bump react-resizable-panels from 4.11.2 to 4.12.2 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 4.11.2 to 4.12.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/compare/4.11.2...4.12.2) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a4d9f61..43a64965 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "react-dom": "19.2.8", "react-error-boundary": "^6.1.2", "react-hook-form": "^7.83.0", - "react-resizable-panels": "^4.11.2", + "react-resizable-panels": "^4.12.2", "recharts": "^3.9.1", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0", @@ -11850,9 +11850,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.11.2.tgz", - "integrity": "sha512-+kfFbDZ8mygc7g0vxOcDzCVGuwiIUOnILqPoUHo6/uP+Mmyx6HzZU+kj1aOPDlktXuobYbr6BtQekvJwHRX4Eg==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.12.2.tgz", + "integrity": "sha512-NwY5LCo4WrxVvDh0xoMML6EMLPONP/8ckKcIdpnojxexoatZdjLiRqLJQjQK5CPkd4SYiB/2M5BVrjZBQtOO7Q==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/package.json b/package.json index 9dc06f88..46d9e9a5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react-dom": "19.2.8", "react-error-boundary": "^6.1.2", "react-hook-form": "^7.83.0", - "react-resizable-panels": "^4.11.2", + "react-resizable-panels": "^4.12.2", "recharts": "^3.9.1", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0",