From 59beffc0ebe4513a717c13e172d7b0e30b30f569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 03:16:33 +0000 Subject: [PATCH] chore(deps): bump react-resizable-panels from 2.1.9 to 4.5.3 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.1.9 to 4.5.3. - [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.5.3) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.5.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0116057..59a532a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "react-dom": "^19.2.1", "react-hook-form": "^7.53.0", "react-hot-toast": "^2.5.2", - "react-resizable-panels": "^2.1.3", + "react-resizable-panels": "^4.5.3", "recharts": "^2.12.7", "sentiment": "^5.0.2", "sonner": "^1.5.0", @@ -13714,13 +13714,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.5.3", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.5.3.tgz", + "integrity": "sha512-N4Uc13yM1S9nfmwH25WIpxlp4/cwh2rqj9bDSxyZJ3S6gOJ9kFsZnPalfqIeBrbUv2SoGVLAbQUaTFceUY7A5Q==", "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/react-smooth": { diff --git a/package.json b/package.json index 29a6eb0..8f1aeb1 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "react-dom": "^19.2.1", "react-hook-form": "^7.53.0", "react-hot-toast": "^2.5.2", - "react-resizable-panels": "^2.1.3", + "react-resizable-panels": "^4.5.3", "recharts": "^2.12.7", "sentiment": "^5.0.2", "sonner": "^1.5.0",