From 4b36fef7466c40536396ffd53d081eff5a2bc836 Mon Sep 17 00:00:00 2001 From: Marat Gubaidullin Date: Thu, 13 Feb 2025 10:51:17 -0500 Subject: [PATCH] add react-resizable-panels --- karavan-vscode/package-lock.json | 22 +++++++++++++++++----- karavan-vscode/package.json | 5 +++-- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/karavan-vscode/package-lock.json b/karavan-vscode/package-lock.json index 9b9459835d0..98fe54d38fc 100644 --- a/karavan-vscode/package-lock.json +++ b/karavan-vscode/package-lock.json @@ -23,6 +23,7 @@ "path-browserify": "^1.0.1", "react": "18.3.1", "react-dom": "18.3.1", + "react-resizable-panels": "^2.1.7", "rxjs": "7.8.1", "shelljs": "^0.8.5", "usehooks-ts": "^3.1.0", @@ -35,7 +36,7 @@ "@types/chai": "^4.3.0", "@types/glob": "^7.1.3", "@types/mocha": "^8.0.4", - "@types/node": "20.14.2", + "@types/node": "20.14.15", "@types/react": "^18.3.1", "@types/react-dom": "18.3.0", "@types/shelljs": "^0.8.15", @@ -53,7 +54,7 @@ "eslint-plugin-react": "^7.23.2", "file-loader": "^6.2.0", "mini-css-extract-plugin": "^1.6.0", - "mocha": "^10.0.0", + "mocha": "^10.8.2", "prettier": "2.3.0", "run-script-os": "^1.1.6", "style-loader": "^2.0.0", @@ -2638,10 +2639,11 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.14.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", - "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", + "version": "20.14.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.15.tgz", + "integrity": "sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==", "dev": true, + "license": "MIT", "dependencies": { "undici-types": "~5.26.4" } @@ -7539,6 +7541,16 @@ "react-dom": ">0.13.0" } }, + "node_modules/react-resizable-panels": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.7.tgz", + "integrity": "sha512-JtT6gI+nURzhMYQYsx8DKkx6bSoOGFp7A3CwMrOb8y5jFHFyqwo9m68UhmXRw57fRVJksFn1TSlm3ywEQ9vMgA==", + "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" + } + }, "node_modules/readable-stream": { "version": "2.3.8", "dev": true, diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json index 612b60f0dc3..f0afc1395df 100644 --- a/karavan-vscode/package.json +++ b/karavan-vscode/package.json @@ -751,6 +751,7 @@ "path-browserify": "^1.0.1", "react": "18.3.1", "react-dom": "18.3.1", + "react-resizable-panels": "^2.1.7", "rxjs": "7.8.1", "shelljs": "^0.8.5", "usehooks-ts": "^3.1.0", @@ -763,7 +764,7 @@ "@types/chai": "^4.3.0", "@types/glob": "^7.1.3", "@types/mocha": "^8.0.4", - "@types/node": "20.14.2", + "@types/node": "20.14.15", "@types/react": "^18.3.1", "@types/react-dom": "18.3.0", "@types/shelljs": "^0.8.15", @@ -781,7 +782,7 @@ "eslint-plugin-react": "^7.23.2", "file-loader": "^6.2.0", "mini-css-extract-plugin": "^1.6.0", - "mocha": "^10.0.0", + "mocha": "^10.8.2", "prettier": "2.3.0", "run-script-os": "^1.1.6", "style-loader": "^2.0.0",