Browse Source

Updates graph dependency

main
Ramin Test 1 year ago
parent
commit
d3720fb7d7
No known key found for this signature in database GPG Key ID: 79D60DDE3DFB95F5
3 changed files with 6 additions and 5 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json
  3. +4
    -4
      yarn.lock

+ 1
- 0
CHANGELOG.md View File

@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Shows pull request icons on local branches when their upstream branch is associated with a pull request
- Adds tooltips to WIP and stash nodes
- Adds a "Publish Branch" context menu action to local branches without an upstream branch
- Lowers the minimum width of the "Branch/Tag" column
### Changed

+ 1
- 1
package.json View File

@ -13561,7 +13561,7 @@
"vscode:prepublish": "yarn run bundle"
},
"dependencies": {
"@gitkraken/gitkraken-components": "8.1.1",
"@gitkraken/gitkraken-components": "8.1.2",
"@microsoft/fast-element": "1.11.0",
"@microsoft/fast-react-wrapper": "0.3.16-0",
"@octokit/core": "4.2.0",

+ 4
- 4
yarn.lock View File

@ -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.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@gitkraken/gitkraken-components/-/gitkraken-components-8.1.1.tgz#7e820e6998712f9217d839f73a5bae3d3ac0c191"
integrity sha512-wvTu7ydatrZLmG+XTz6DBHkh3TjcG2NhJwk8NqxiinJFO3O/RSBoTOuLfoRNL6JHahNJYIZWj606W25pKEFRfg==
"@gitkraken/gitkraken-components@8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@gitkraken/gitkraken-components/-/gitkraken-components-8.1.2.tgz#78d5d8c8e54fee11fe1531db211bb043c8b9ea62"
integrity sha512-aJQOQiGFBtHE23LI+/njENYMSWdrQ9Kabz7tBzGYWb7rbsHlUAwcNyIu4prqNJanDBZ8xTy+B2BAyT0a3tma+Q==
dependencies:
"@axosoft/react-virtualized" "9.22.3-gitkraken.3"
classnames "2.3.2"

Loading…
Cancel
Save