diff --git a/package-lock.json b/package-lock.json index 0116057..59a532a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "react-dom": "^19.2.1", "react-hook-form": "^7.53.0", "react-hot-toast": "^2.5.2", - "react-resizable-panels": "^2.1.3", + "react-resizable-panels": "^4.5.3", "recharts": "^2.12.7", "sentiment": "^5.0.2", "sonner": "^1.5.0", @@ -13714,13 +13714,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.5.3", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.5.3.tgz", + "integrity": "sha512-N4Uc13yM1S9nfmwH25WIpxlp4/cwh2rqj9bDSxyZJ3S6gOJ9kFsZnPalfqIeBrbUv2SoGVLAbQUaTFceUY7A5Q==", "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-smooth": { diff --git a/package.json b/package.json index 29a6eb0..8f1aeb1 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "react-dom": "^19.2.1", "react-hook-form": "^7.53.0", "react-hot-toast": "^2.5.2", - "react-resizable-panels": "^2.1.3", + "react-resizable-panels": "^4.5.3", "recharts": "^2.12.7", "sentiment": "^5.0.2", "sonner": "^1.5.0",