From e2433d83447b2acaf441aa7eb2205c0e79ea3ee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 20:35:22 +0000 Subject: [PATCH] fix: update dependency react-resizable-panels to ^4.11.2 --- 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 33c2519..9341676 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "lucide-react": "^1.16.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-resizable-panels": "^4.11.1", + "react-resizable-panels": "^4.11.2", "tailwind-merge": "^2.6.1", "tailwindcss-animate": "^1.0.7", "zustand": "^5.0.13" @@ -8274,9 +8274,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.11.1.tgz", - "integrity": "sha512-kA4w58V6wYdRLm2rg9pzroZwGlqBLul1FjMP0J8kqTo3zSHtjeH+LXmZaldCo6+HWqs1e5hOcPoajKXdOze37Q==", + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.11.2.tgz", + "integrity": "sha512-+kfFbDZ8mygc7g0vxOcDzCVGuwiIUOnILqPoUHo6/uP+Mmyx6HzZU+kj1aOPDlktXuobYbr6BtQekvJwHRX4Eg==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/package.json b/package.json index 3924e73..b0edd97 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "lucide-react": "^1.16.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-resizable-panels": "^4.11.1", + "react-resizable-panels": "^4.11.2", "tailwind-merge": "^2.6.1", "tailwindcss-animate": "^1.0.7", "zustand": "^5.0.13"