From 2bf53274b673d6d962c7ab7dc68040144ce5510a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 02:00:56 +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 43e931d0..9dcc056a 100644 --- a/apps/clearance_ui/package.json +++ b/apps/clearance_ui/package.json @@ -58,7 +58,7 @@ "react-copy-to-clipboard": "5.1.0", "react-hook-form": "7.71.0", "react-icons": "5.5.0", - "react-resizable-panels": "3.0.6", + "react-resizable-panels": "4.4.1", "spdx-validation": "*", "tailwind-merge": "3.4.0", "tailwindcss-animate": "1.0.7", diff --git a/package-lock.json b/package-lock.json index b418a244..38f3fb7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -201,7 +201,7 @@ "react-copy-to-clipboard": "5.1.0", "react-hook-form": "7.71.0", "react-icons": "5.5.0", - "react-resizable-panels": "3.0.6", + "react-resizable-panels": "4.4.1", "spdx-validation": "*", "tailwind-merge": "3.4.0", "tailwindcss-animate": "1.0.7", @@ -19293,13 +19293,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.4.1", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.4.1.tgz", + "integrity": "sha512-dpM9oI6rGlAq7VYDeafSRA1JmkJv8aNuKySR+tZLQQLfaeqTnQLSM52EcoI/QdowzsjVUCk6jViKS0xHWITVRQ==", "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": {