From 2a155a66f3994247f5a581e47870cc7d00547cc2 Mon Sep 17 00:00:00 2001 From: Ramin Tadayon Date: Thu, 11 May 2023 00:48:02 +0900 Subject: [PATCH] Updates graph dependency --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3932725..50231d0 100644 --- a/package.json +++ b/package.json @@ -13812,7 +13812,7 @@ "vscode:prepublish": "yarn run bundle" }, "dependencies": { - "@gitkraken/gitkraken-components": "9.1.1", + "@gitkraken/gitkraken-components": "9.1.2", "@microsoft/fast-element": "1.12.0", "@microsoft/fast-react-wrapper": "0.3.18", "@octokit/core": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 6298083..3b4bea2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -202,10 +202,10 @@ resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== -"@gitkraken/gitkraken-components@9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@gitkraken/gitkraken-components/-/gitkraken-components-9.1.1.tgz#08b8daa9543f34bb353f63e721064f4d3a785aef" - integrity sha512-/CRLZI3Oy2u+LLzD/Or3tgVyaPWtHG4zKzZE+MLfqrUHKlWKfCkZHpjPHzmAy+DqANJ6YjMWVyodb0ubfRwhng== +"@gitkraken/gitkraken-components@9.1.2": + version "9.1.2" + resolved "https://registry.yarnpkg.com/@gitkraken/gitkraken-components/-/gitkraken-components-9.1.2.tgz#6990df62de0cc09e55df5d0e50043f6c5f10bf40" + integrity sha512-W5xaFxl3Ld1dxZWsRuzWaIW4Rg2qZKosT7PweuzMWnnY12f/9ASQTZ/17og7kx6E2zxJdTZBpRhN3z+Caw7CUQ== dependencies: "@axosoft/react-virtualized" "9.22.3-gitkraken.3" classnames "2.3.2"