From b16079915da8fbadc91d3c6ccbac5ce1399fe1e2 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Sat, 24 Aug 2024 21:29:00 -0400 Subject: [PATCH] chore: bump react-resizable-panel --- client/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 57e155db5e..01366a4c27 100644 --- a/client/package.json +++ b/client/package.json @@ -81,7 +81,7 @@ "react-hook-form": "^7.43.9", "react-lazy-load-image-component": "^1.6.0", "react-markdown": "^9.0.1", - "react-resizable-panels": "^1.0.9", + "react-resizable-panels": "^2.1.1", "react-router-dom": "^6.11.2", "react-speech-recognition": "^3.10.0", "react-textarea-autosize": "^8.4.0", diff --git a/package-lock.json b/package-lock.json index fe71647b44..c6ddbbf3a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1171,7 +1171,7 @@ "react-hook-form": "^7.43.9", "react-lazy-load-image-component": "^1.6.0", "react-markdown": "^9.0.1", - "react-resizable-panels": "^1.0.9", + "react-resizable-panels": "^2.1.1", "react-router-dom": "^6.11.2", "react-speech-recognition": "^3.10.0", "react-textarea-autosize": "^8.4.0", @@ -28091,9 +28091,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-1.0.10.tgz", - "integrity": "sha512-0+g0CNqregkuocr+Mi+e6wgWVARnKTYIX3U1QK7GlkLQKCmbymZakx80YGwcRO7HNnKJTQ5v38HlBos/cGxWvg==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.1.tgz", + "integrity": "sha512-+cUV/yZBYfiBj+WJtpWDJ3NtR4zgDZfHt3+xtaETKE+FCvp+RK/NJxacDQKxMHgRUTSkfA6AnGljQ5QZNsCQoA==", "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0"