From dfba26152525e26b8d238c103a430ebd4d068c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:30:20 +0000 Subject: [PATCH] chore(deps): bump react-resizable-panels from 4.12.0 to 4.12.1 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 4.12.0 to 4.12.1. - [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/4.12.0...4.12.1) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c19c154..1e1566e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-markdown": "^10.1.0", - "react-resizable-panels": "^4.12.0", + "react-resizable-panels": "^4.12.1", "react-zoom-pan-pinch": "^3.7.0", "recharts": "^2.15.4", "rehype-raw": "^7.0.0", @@ -12000,9 +12000,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.12.0.tgz", - "integrity": "sha512-t/Gp57qSCxGQ52ckhz+8lM7dnuymeU95TEzl2U203qEbGkSLHrtm7US2/ANzq/zOlja3CwPTAfCDuh1unv9mfw==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.12.1.tgz", + "integrity": "sha512-ElE/UpOvMLRWtAqbCgyizHXcbws8RPMyN3cBqmdY17Nxr5f01+DEwzOLqhgcy68GSnjtIUFgKWKl8aIgx5aypQ==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/package.json b/package.json index cbd27c7..ed7b34c 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-markdown": "^10.1.0", - "react-resizable-panels": "^4.12.0", + "react-resizable-panels": "^4.12.1", "react-zoom-pan-pinch": "^3.7.0", "recharts": "^2.15.4", "rehype-raw": "^7.0.0",