From b1f2976b44e45be735ff89196041848555e63dfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:47:38 +0000 Subject: [PATCH] fix(deps): update dependency react-resizable-panels to v2.0.12 --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 46251a94..64c14adf 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -26,7 +26,7 @@ "next-themes": "0.2.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-resizable-panels": "2.0.11", + "react-resizable-panels": "2.0.12", "tailwind-merge": "2.2.1", "tailwindcss-animate": "1.0.7", "zod": "3.22.4" @@ -5151,9 +5151,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.11.tgz", - "integrity": "sha512-tA3OvGFEK/U9rKuEg6TpXcr+i+cN5X8B4UIvs7jqr5lby629pDTGvqRjo1EJLhBpRZfkg0Zz1INJlSYigaS99g==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.12.tgz", + "integrity": "sha512-m0cfwlVQ+460iQbOSVfs3MljVniHI/LGpHGQBa7aNCYUYwaERHcf5W/lCTsoRhbGQfMW9An0M8gxUHILA53Jeg==", "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0" diff --git a/ui/package.json b/ui/package.json index 9e615652..f651db40 100644 --- a/ui/package.json +++ b/ui/package.json @@ -34,7 +34,7 @@ "next-themes": "0.2.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-resizable-panels": "2.0.11", + "react-resizable-panels": "2.0.12", "tailwind-merge": "2.2.1", "tailwindcss-animate": "1.0.7", "zod": "3.22.4"