From 4a27e97885f270167fc180a745a78975beca3e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:24:27 +0000 Subject: [PATCH] Bump react-resizable-panels from 2.1.9 to 4.12.2 in /chess-client Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.1.9 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/2.1.9...4.12.2) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.12.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- chess-client/package-lock.json | 12 ++++++------ chess-client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chess-client/package-lock.json b/chess-client/package-lock.json index e72bae9..30c8bc5 100644 --- a/chess-client/package-lock.json +++ b/chess-client/package-lock.json @@ -15,7 +15,7 @@ "react": "^19.2.8", "react-chessboard": "^5.10.0", "react-dom": "^19.2.8", - "react-resizable-panels": "^2.1.9" + "react-resizable-panels": "^4.12.2" }, "devDependencies": { "@tailwindcss/vite": "^4.3.3", @@ -1904,13 +1904,13 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.9.tgz", - "integrity": "sha512-z77+X08YDIrgAes4jl8xhnUu1LNIRp4+E7cv4xHmLOxxUPO/ML7PSrE813b90vj7xvQ1lcf7g2uA9GeMZonjhQ==", + "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": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc", - "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/rolldown": { diff --git a/chess-client/package.json b/chess-client/package.json index e46e1e1..6743852 100644 --- a/chess-client/package.json +++ b/chess-client/package.json @@ -19,7 +19,7 @@ "react": "^19.2.8", "react-chessboard": "^5.10.0", "react-dom": "^19.2.8", - "react-resizable-panels": "^2.1.9" + "react-resizable-panels": "^4.12.2" }, "devDependencies": { "@tailwindcss/vite": "^4.3.3",