Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
feat: bump solana client for rootSlot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnygleason committed Oct 15, 2019
1 parent 32508ff commit 994852c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@nivo/bar": "^0.59.2",
"@nivo/line": "^0.59.3",
"@solana/web3.js": "^0.19.14",
"@solana/web3.js": "^0.20.0",
"babel-plugin-transform-runtime": "^6.23.0",
"base-58": "^0.0.1",
"classnames": "^2.2.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1801,10 +1801,10 @@
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==

"@solana/web3.js@^0.19.14":
version "0.19.14"
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-0.19.14.tgz#2ce38cf89452a808b0d72ca9da68c11f7810e9b8"
integrity sha512-JbxDoYP+Wjtjgl9vOzwnPA6tgl3BklcMMrR2Cok1Frn7L0Vf1ptBcnvWqdNwZF/1mgruewW4TG3yO3K+tbj46Q==
"@solana/web3.js@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-0.20.0.tgz#44a03a55ccce127c5b1dd29f122c255a0e841707"
integrity sha512-RVRrWkqwdWhJ8Dsz68+svAA1hvsQnGRiNLf3niAZ1NMZ8uOMcmAgDHhMop/9b/1VNRhZdEqE6vG6xrl835gPFw==
dependencies:
"@babel/runtime" "^7.3.1"
bn.js "^5.0.0"
Expand Down

0 comments on commit 994852c

Please sign in to comment.