From c1eb7403b37e7937f72ac3c6cb21116277199c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:58:11 +0000 Subject: [PATCH] Bump react-resizable-panels from 2.1.3 to 2.1.7 in /client Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.1.3 to 2.1.7. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Commits](https://github.com/bvaughn/react-resizable-panels/compare/2.1.3...2.1.7) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 12 ++++++------ client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1eb40eb6..26ef7521 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "^18.3.1", "react-icons": "^5.3.0", "react-joyride": "^2.9.2", - "react-resizable-panels": "^2.1.3", + "react-resizable-panels": "^2.1.7", "react-router-dom": "^6.26.2", "react-tabs": "^6.0.2", "react-tooltip": "^5.28.0" @@ -1990,12 +1990,12 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.3.tgz", - "integrity": "sha512-Zz0sCro6aUubL+hYh67eTnn5vxAu+HUZ7+IXvGjsBCBaudDEpIyZyDGE3vcgKi2w6IN3rYH+WXO+MwpgMSOpaQ==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.7.tgz", + "integrity": "sha512-JtT6gI+nURzhMYQYsx8DKkx6bSoOGFp7A3CwMrOb8y5jFHFyqwo9m68UhmXRw57fRVJksFn1TSlm3ywEQ9vMgA==", "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/react-router": { diff --git a/client/package.json b/client/package.json index 9e56dc5e..b80afcae 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "react-dom": "^18.3.1", "react-icons": "^5.3.0", "react-joyride": "^2.9.2", - "react-resizable-panels": "^2.1.3", + "react-resizable-panels": "^2.1.7", "react-router-dom": "^6.26.2", "react-tabs": "^6.0.2", "react-tooltip": "^5.28.0"