Skip to content

Commit c1914a5

Browse files
Merge pull request #2322 from compojoom/fix-keystone
fix: keystone dep breaks yarn 4 installation
2 parents 2b4bc0d + c9963c0 commit c1914a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/keystone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dependencies": {
5858
"@ethereumjs/tx": "^3.4.0",
5959
"@ethersproject/providers": "^5.5.0",
60-
"@keystonehq/eth-keyring": "^0.14.00.3",
60+
"@keystonehq/eth-keyring": "^0.14.4",
6161
"@web3-onboard/common": "^2.4.1",
6262
"@web3-onboard/hw-common": "^2.3.2"
6363
}

0 commit comments

Comments
 (0)