From b5b91b3aee16303f46fe57207a6ed522d3c19be2 Mon Sep 17 00:00:00 2001 From: Ramin Test Date: Mon, 27 Mar 2023 10:06:18 -0700 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 305bd4f..f8d47de 100644 --- a/package.json +++ b/package.json @@ -13465,7 +13465,7 @@ "vscode:prepublish": "yarn run bundle" }, "dependencies": { - "@gitkraken/gitkraken-components": "8.0.0", + "@gitkraken/gitkraken-components": "8.0.1", "@microsoft/fast-element": "1.11.0", "@microsoft/fast-react-wrapper": "0.3.16-0", "@octokit/core": "4.2.0", diff --git a/yarn.lock b/yarn.lock index f868324..c960af4 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@8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@gitkraken/gitkraken-components/-/gitkraken-components-8.0.0.tgz#2ab6830de870eb81a44c805dd295f32cd7bada1d" - integrity sha512-cieCMvs8CJg7W/e3Wb4xDRKJjM3JIfnd2BsmSUdI1/g5t9Q2PnVeGgs63gfM7P6JALDq7FgypAamv77VaOijqA== +"@gitkraken/gitkraken-components@8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@gitkraken/gitkraken-components/-/gitkraken-components-8.0.1.tgz#7e1b727d53a48947f0e38c94338151b53bfd6e29" + integrity sha512-eONe+EUr4Kx2zFZebPu27vOz7ru2Zc9WE+ZkBoVbGjZTDfaVyFWjG3xOGkwj5GdtWwLo+ZeSXqrdScOMjZCK1Q== dependencies: "@axosoft/react-virtualized" "9.22.3-gitkraken.3" classnames "2.3.2"