diff --git a/app/package-lock.json b/app/package-lock.json index 4ead0eed..ac38b297 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -53,7 +53,7 @@ "react-day-picker": "^8.10.2", "react-dom": "^19.0.0", "react-hook-form": "^7.71.2", - "react-resizable-panels": "^2.1.9", + "react-resizable-panels": "^4.11.2", "react-router-dom": "^7.14.0", "recharts": "^2.15.4", "sonner": "^1.7.4", @@ -2092,9 +2092,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2112,9 +2109,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2132,9 +2126,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2152,9 +2143,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2172,9 +2160,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2192,9 +2177,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2682,9 +2664,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2702,9 +2681,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2722,9 +2698,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2742,9 +2715,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4960,9 +4930,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4984,9 +4951,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -5008,9 +4972,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -5032,9 +4993,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -5495,11 +5453,13 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.1.9", + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.11.2.tgz", + "integrity": "sha512-+kfFbDZ8mygc7g0vxOcDzCVGuwiIUOnILqPoUHo6/uP+Mmyx6HzZU+kj1aOPDlktXuobYbr6BtQekvJwHRX4Eg==", "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-router": { diff --git a/app/package.json b/app/package.json index 61ae9a5d..bfa12afc 100644 --- a/app/package.json +++ b/app/package.json @@ -56,7 +56,7 @@ "react-day-picker": "^8.10.2", "react-dom": "^19.0.0", "react-hook-form": "^7.71.2", - "react-resizable-panels": "^2.1.9", + "react-resizable-panels": "^4.11.2", "react-router-dom": "^7.14.0", "recharts": "^2.15.4", "sonner": "^1.7.4",