diff --git a/package-lock.json b/package-lock.json index a9d1e71..fb4d30b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "react-dom": "^19.0.0", "react-error-boundary": "^6.1.1", "react-hook-form": "^7.54.2", - "react-resizable-panels": "^2.1.7", + "react-resizable-panels": "^4.11.1", "recharts": "^2.15.1", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2", @@ -6378,13 +6378,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.11.1", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.11.1.tgz", + "integrity": "sha512-kA4w58V6wYdRLm2rg9pzroZwGlqBLul1FjMP0J8kqTo3zSHtjeH+LXmZaldCo6+HWqs1e5hOcPoajKXdOze37Q==", "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 611f65d..316df9f 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react-dom": "^19.0.0", "react-error-boundary": "^6.1.1", "react-hook-form": "^7.54.2", - "react-resizable-panels": "^2.1.7", + "react-resizable-panels": "^4.11.1", "recharts": "^2.15.1", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2",