From 5fc492a1f830a010af9b10de448f798f38d11f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:35:19 +0000 Subject: [PATCH] chore(deps): bump react-resizable-panels from 3.0.5 to 3.0.6 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Commits](https://github.com/bvaughn/react-resizable-panels/compare/3.0.5...3.0.6) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 3.0.6 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 3e65034b..62bead4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "react-dom": "18.3.1", "react-hook-form": "^7.62.0", "react-markdown": "^10.1.0", - "react-resizable-panels": "^3.0.5", + "react-resizable-panels": "^3.0.6", "react-syntax-highlighter": "^15.6.6", "react-textarea-autosize": "^8.5.9", "remark-gfm": "^4.0.1", @@ -14041,9 +14041,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.5.tgz", - "integrity": "sha512-3z1yN25DMTXLg2wfyFrW32r5k4WEcUa3F7cJ2EgtNK07lnOs4mpM8yWLGunCpkhcQRwJX4fqoLcIh/pHPxzlmQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.6.tgz", + "integrity": "sha512-b3qKHQ3MLqOgSS+FRYKapNkJZf5EQzuf6+RLiq1/IlTHw99YrZ2NJZLk4hQIzTnnIkRg2LUqyVinu6YWWpUYew==", "license": "MIT", "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc", diff --git a/package.json b/package.json index 91a1971e..8556eba1 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "react-dom": "18.3.1", "react-hook-form": "^7.62.0", "react-markdown": "^10.1.0", - "react-resizable-panels": "^3.0.5", + "react-resizable-panels": "^3.0.6", "react-syntax-highlighter": "^15.6.6", "react-textarea-autosize": "^8.5.9", "remark-gfm": "^4.0.1",