diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 8f33339..6ba5fae 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -49,7 +49,7 @@ "react-day-picker": "^9.12.0", "react-dom": "^19.2.3", "react-hook-form": "^7.55.0", - "react-resizable-panels": "^2.1.7", + "react-resizable-panels": "^4.0.14", "recharts": "^3.6.0", "sonner": "^2.0.3", "tailwind-merge": "^3.4.0", @@ -7026,13 +7026,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.0.14", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.0.14.tgz", + "integrity": "sha512-507w2CtETmntAIzU+eAnCjw1ogxIB7XRvVPPU/FkPAyg7hKRuU/o3Q2tRyUfKAPbPEQZB4QIBx+GynZBjo48eQ==", "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/dashboard/package.json b/dashboard/package.json index 8f75b80..9e69eb4 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -56,7 +56,7 @@ "react-day-picker": "^9.12.0", "react-dom": "^19.2.3", "react-hook-form": "^7.55.0", - "react-resizable-panels": "^2.1.7", + "react-resizable-panels": "^4.0.14", "recharts": "^3.6.0", "sonner": "^2.0.3", "tailwind-merge": "^3.4.0",