From d20f4e0ff5656595f85b5d20bc2a4abba2d33997 Mon Sep 17 00:00:00 2001 From: Pavlos Koutoglou Date: Fri, 14 Feb 2025 17:26:35 +0200 Subject: [PATCH] fix: update react-resizable-panels to version 2.1.7 and adjust peer dependencies (#8366) --- package-lock.json | 12 ++++++------ packages/insomnia/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45f7bcbc4d..49ce0a392e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18841,14 +18841,14 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.4.tgz", - "integrity": "sha512-kzue8lsoSBdyyd2IfXLQMMhNujOxRoGVus+63K95fQqleGxTfvgYLTzbwYMOODeAHqnkjb3WV/Ks7f5+gDYZuQ==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.7.tgz", + "integrity": "sha512-JtT6gI+nURzhMYQYsx8DKkx6bSoOGFp7A3CwMrOb8y5jFHFyqwo9m68UhmXRw57fRVJksFn1TSlm3ywEQ9vMgA==", "dev": true, "license": "MIT", "peerDependencies": { - "react": "^16.14.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0" + "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" } }, "node_modules/react-router": { @@ -23144,7 +23144,7 @@ "react-aria": "3.32.1", "react-aria-components": "^1.1.1", "react-dom": "^18.2.0", - "react-resizable-panels": "^2.0.17", + "react-resizable-panels": "^2.1.7", "react-router-dom": "^6.26.2", "react-stately": "3.30.1", "react-use": "^17.5.0", diff --git a/packages/insomnia/package.json b/packages/insomnia/package.json index d53a3a35bd..7b062ac73c 100644 --- a/packages/insomnia/package.json +++ b/packages/insomnia/package.json @@ -166,7 +166,7 @@ "react-aria": "3.32.1", "react-aria-components": "^1.1.1", "react-dom": "^18.2.0", - "react-resizable-panels": "^2.0.17", + "react-resizable-panels": "^2.1.7", "react-router-dom": "^6.26.2", "react-stately": "3.30.1", "react-use": "^17.5.0",