From a5037ce63dfb8398c989cb32820a72ec16ad7671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:56:54 +0000 Subject: [PATCH] Update dependency react-resizable-panels to v4 --- package-lock.json | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4c2ed06..0ed28ab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "playwright": "1.57.0", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-resizable-panels": "^3.0.6", + "react-resizable-panels": "^4.3.1", "react-zoom-pan-pinch": "^3.7.0", "rimraf": "^6.1.2", "sass": "^1.94.2", @@ -98,7 +98,7 @@ "overlap-area": "^1.1.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", - "react-resizable-panels": "^3.0.3", + "react-resizable-panels": "^3.0.3 || ^4.0.0", "react-zoom-pan-pinch": "^3.6.1", "sonner": "^2.0.7" } @@ -14371,14 +14371,14 @@ } }, "node_modules/react-resizable-panels": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.6.tgz", - "integrity": "sha512-b3qKHQ3MLqOgSS+FRYKapNkJZf5EQzuf6+RLiq1/IlTHw99YrZ2NJZLk4hQIzTnnIkRg2LUqyVinu6YWWpUYew==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.3.1.tgz", + "integrity": "sha512-Y+kWgV80snvOvSmWf5ivndOaaxRjaEz/b1snYJaPASqnFzYdfRd6eAXwPPKWtOm/96DNeDGdFssYR8pA8U/zRg==", "dev": true, "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-style-singleton": { diff --git a/package.json b/package.json index bdbc706d..5f242903 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "playwright": "1.57.0", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-resizable-panels": "^3.0.6", + "react-resizable-panels": "^4.3.1", "react-zoom-pan-pinch": "^3.7.0", "rimraf": "^6.1.2", "sass": "^1.94.2", @@ -112,7 +112,7 @@ "overlap-area": "^1.1.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", - "react-resizable-panels": "^3.0.3", + "react-resizable-panels": "^3.0.3 || ^4.0.0", "react-zoom-pan-pinch": "^3.6.1", "sonner": "^2.0.7" },