From 72c8be7b5cc50b68672049f165a5d85d35ba8a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 07:12:32 +0000 Subject: [PATCH] build(deps): bump react-resizable-panels from 2.0.19 to 3.0.5 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.0.19 to 3.0.5. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Commits](https://github.com/bvaughn/react-resizable-panels/compare/2.0.19...3.0.5) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b214bd24..a80c37fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "fhirpath-autocomplete-ts": "git@github.com:Aidbox/fhirpath-autocomplete-ts.git", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-resizable-panels": "^2.0.19", + "react-resizable-panels": "^3.0.5", "shadow-cljs": "^2.28.10", "sql-formatter": "^15.3.2", "xmlhttprequest": "^1.8.0", @@ -3270,12 +3270,13 @@ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" }, "node_modules/react-resizable-panels": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.19.tgz", - "integrity": "sha512-v3E41kfKSuCPIvJVb4nL4mIZjjKIn/gh6YqZF/gDfQDolv/8XnhJBek4EiV2gOr3hhc5A3kOGOayk3DhanpaQw==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.5.tgz", + "integrity": "sha512-3z1yN25DMTXLg2wfyFrW32r5k4WEcUa3F7cJ2EgtNK07lnOs4mpM8yWLGunCpkhcQRwJX4fqoLcIh/pHPxzlmQ==", + "license": "MIT", "peerDependencies": { - "react": "^16.14.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0" + "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" } }, "node_modules/read-cache": { diff --git a/package.json b/package.json index eece8c6a..c17d000b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "fhirpath-autocomplete-ts": "git@github.com:Aidbox/fhirpath-autocomplete-ts.git", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-resizable-panels": "^2.0.19", + "react-resizable-panels": "^3.0.5", "shadow-cljs": "^2.28.10", "sql-formatter": "^15.3.2", "xmlhttprequest": "^1.8.0",