From c9775ce72e875241b9c3bbf3d7f173e1a2ddd2ab Mon Sep 17 00:00:00 2001 From: Elliot Date: Sat, 1 Aug 2026 13:29:13 -0500 Subject: [PATCH] =?UTF-8?q?chore(deps):=20bump=20react-resizable-panels=20?= =?UTF-8?q?4.11.2=20=E2=86=92=204.12.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Splits #303. Single-package minor bump. Verified: - npm audit --audit-level=critical: exit 0 - tsc --noEmit: clean - vitest: 1534/1534 pass Refs #303 --- 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 135c243..d64a62b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "monaco-editor": "^0.55.1", "react": "^19.2.7", "react-dom": "^19.2.7", - "react-resizable-panels": "^4.11.2", + "react-resizable-panels": "~4.12.2", "sql-formatter": "^15.8.2", "tailwind-merge": "^3.6.0", "zustand": "^5.0.14" @@ -4782,9 +4782,9 @@ "peer": true }, "node_modules/react-resizable-panels": { - "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==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.12.2.tgz", + "integrity": "sha512-NwY5LCo4WrxVvDh0xoMML6EMLPONP/8ckKcIdpnojxexoatZdjLiRqLJQjQK5CPkd4SYiB/2M5BVrjZBQtOO7Q==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/package.json b/package.json index 0faaa95..8397772 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "monaco-editor": "^0.55.1", "react": "^19.2.7", "react-dom": "^19.2.7", - "react-resizable-panels": "^4.11.2", + "react-resizable-panels": "~4.12.2", "sql-formatter": "^15.8.2", "tailwind-merge": "^3.6.0", "zustand": "^5.0.14"