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": {