From d9b57ad985a27feaf0d779f5c0e42b2deae4da76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:21:43 +0000 Subject: [PATCH] npm: bump react-resizable-panels from 2.1.9 to 4.11.2 in /frontend Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.1.9 to 4.11.2. - [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/commits) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cdfdb2c7..bd3dc82e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "react": "19.2.7", "react-dom": "19.2.7", "react-markdown": "^9.1.0", - "react-resizable-panels": "^2.1.9", + "react-resizable-panels": "^4.11.2", "react-router-dom": "7.18.0", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1", @@ -12383,13 +12383,13 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.1.9", - "resolved": "https://registry.npmmirror.com/react-resizable-panels/-/react-resizable-panels-2.1.9.tgz", - "integrity": "sha512-z77+X08YDIrgAes4jl8xhnUu1LNIRp4+E7cv4xHmLOxxUPO/ML7PSrE813b90vj7xvQ1lcf7g2uA9GeMZonjhQ==", + "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/frontend/package.json b/frontend/package.json index 2d6743ff..33ca0011 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "react": "19.2.7", "react-dom": "19.2.7", "react-markdown": "^9.1.0", - "react-resizable-panels": "^2.1.9", + "react-resizable-panels": "^4.11.2", "react-router-dom": "7.18.0", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1",