From 723f7ac77f048745de933a72b2ee5c144240f1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:45:40 +0000 Subject: [PATCH] Bump react-resizable-panels in /cmd/logql-to-logsql/web/ui Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 3.0.6 to 4.4.1. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md) - [Commits](https://github.com/bvaughn/react-resizable-panels/compare/3.0.6...4.4.1) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cmd/logql-to-logsql/web/ui/package-lock.json | 12 ++++++------ cmd/logql-to-logsql/web/ui/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/logql-to-logsql/web/ui/package-lock.json b/cmd/logql-to-logsql/web/ui/package-lock.json index 60c929e..792de9c 100644 --- a/cmd/logql-to-logsql/web/ui/package-lock.json +++ b/cmd/logql-to-logsql/web/ui/package-lock.json @@ -38,7 +38,7 @@ "react": "^19.2.3", "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", - "react-resizable-panels": "^3.0.6", + "react-resizable-panels": "^4.4.1", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.18" @@ -4267,13 +4267,13 @@ } }, "node_modules/react-resizable-panels": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.6.tgz", - "integrity": "sha512-b3qKHQ3MLqOgSS+FRYKapNkJZf5EQzuf6+RLiq1/IlTHw99YrZ2NJZLk4hQIzTnnIkRg2LUqyVinu6YWWpUYew==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.4.1.tgz", + "integrity": "sha512-dpM9oI6rGlAq7VYDeafSRA1JmkJv8aNuKySR+tZLQQLfaeqTnQLSM52EcoI/QdowzsjVUCk6jViKS0xHWITVRQ==", "license": "MIT", "peerDependencies": { - "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" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/react-style-singleton": { diff --git a/cmd/logql-to-logsql/web/ui/package.json b/cmd/logql-to-logsql/web/ui/package.json index cd238c1..d86441b 100644 --- a/cmd/logql-to-logsql/web/ui/package.json +++ b/cmd/logql-to-logsql/web/ui/package.json @@ -40,7 +40,7 @@ "react": "^19.2.3", "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", - "react-resizable-panels": "^3.0.6", + "react-resizable-panels": "^4.4.1", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.18"