From 453559c7f1349eae51d79972182161f09d862497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:51:11 +0000 Subject: [PATCH] chore(deps)(deps): bump react-resizable-panels in /dashboard Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.1.9 to 4.0.14. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md) - [Commits](https://github.com/bvaughn/react-resizable-panels/compare/2.1.9...4.0.14) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.0.14 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 12 ++++++------ dashboard/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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",