From 4b9ee62099e2c4ad1b27dbc42d115cbe4758060c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 11:06:36 +0000 Subject: [PATCH] build: bump react-resizable-panels from 2.1.9 to 4.11.1 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.1.9 to 4.11.1. - [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.11.1) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.11.0 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 a9d1e71..fb4d30b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "react-dom": "^19.0.0", "react-error-boundary": "^6.1.1", "react-hook-form": "^7.54.2", - "react-resizable-panels": "^2.1.7", + "react-resizable-panels": "^4.11.1", "recharts": "^2.15.1", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2", @@ -6378,13 +6378,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.11.1", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.11.1.tgz", + "integrity": "sha512-kA4w58V6wYdRLm2rg9pzroZwGlqBLul1FjMP0J8kqTo3zSHtjeH+LXmZaldCo6+HWqs1e5hOcPoajKXdOze37Q==", "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 611f65d..316df9f 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react-dom": "^19.0.0", "react-error-boundary": "^6.1.1", "react-hook-form": "^7.54.2", - "react-resizable-panels": "^2.1.7", + "react-resizable-panels": "^4.11.1", "recharts": "^2.15.1", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2",