From bc925f7ea5c0b0dd0cd60903d00fe4522226592e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 21:05:14 +0000 Subject: [PATCH] chore(deps): Bump react-resizable-panels from 4.10.0 to 4.11.0 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 4.10.0 to 4.11.0. - [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/4.10.0...4.11.0) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 53 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64fb0b3..344b2cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "monaco-editor": "^0.55.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-resizable-panels": "^4.0.0", + "react-resizable-panels": "^4.11.0", "sql-formatter": "^15.7.3", "tailwind-merge": "^3.5.0", "zustand": "^5.0.12" @@ -950,9 +950,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -970,9 +967,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -990,9 +984,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1010,9 +1001,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1030,9 +1018,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1050,9 +1035,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1305,9 +1287,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -1325,9 +1304,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -1345,9 +1321,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -1365,9 +1338,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -1385,9 +1355,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -3830,9 +3797,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3854,9 +3818,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3878,9 +3839,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3902,9 +3860,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4887,9 +4842,9 @@ "peer": true }, "node_modules/react-resizable-panels": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.10.0.tgz", - "integrity": "sha512-frjewRQt7TCv/vCH1pJfjZ7RxAhr5pKuqVQtVgzFq/vherxBFOWyC3xMbryx5Ti2wylViGUFc93Etg4rB3E0UA==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.11.0.tgz", + "integrity": "sha512-LPk/AkFDGkg7SsbOyL93ojrE6E7lhrxxDwnYNjfmnSeI6BE7Sje6dB24PXgZk8DeugdeXNk1LO+ohRqIjhxiLw==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/package.json b/package.json index 0110358..77f667a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "monaco-editor": "^0.55.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-resizable-panels": "^4.0.0", + "react-resizable-panels": "^4.11.0", "sql-formatter": "^15.7.3", "tailwind-merge": "^3.5.0", "zustand": "^5.0.12"