From 9fe7b4644981fbe025dce54066e987fa55c9f2ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:03:43 +0000 Subject: [PATCH] deps: update dependency react-resizable-panels to v4 --- apps/clearance_ui/package.json | 2 +- package-lock.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/clearance_ui/package.json b/apps/clearance_ui/package.json index 68097075..3914f1d6 100644 --- a/apps/clearance_ui/package.json +++ b/apps/clearance_ui/package.json @@ -59,7 +59,7 @@ "react-copy-to-clipboard": "5.1.0", "react-hook-form": "7.71.1", "react-icons": "5.5.0", - "react-resizable-panels": "3.0.6", + "react-resizable-panels": "4.6.4", "spdx-validation": "*", "tailwind-merge": "3.4.1", "tailwindcss-animate": "1.0.7", diff --git a/package-lock.json b/package-lock.json index abab705c..de65b7d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -202,7 +202,7 @@ "react-copy-to-clipboard": "5.1.0", "react-hook-form": "7.71.1", "react-icons": "5.5.0", - "react-resizable-panels": "3.0.6", + "react-resizable-panels": "4.6.4", "spdx-validation": "*", "tailwind-merge": "3.4.1", "tailwindcss-animate": "1.0.7", @@ -18992,13 +18992,13 @@ } }, "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.6.4", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.6.4.tgz", + "integrity": "sha512-E7Szs1xyaMZ7xOI2gG4TECNz4r/gmpV1AsXyZRnER6OQnfFf9uclFmrHHZR3h/iF8vQS+nQ1LKyZv9bzwGxPSg==", "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": {