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

Commit

Permalink
fix: bump web3js version
Browse files Browse the repository at this point in the history
fix: bump yarn.lock accordingly
  • Loading branch information
sunnygleason committed Sep 20, 2019
1 parent c4411c8 commit 933c351
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.4",
"@solana/web3.js": "^0.19.5",
"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 @@ -1811,10 +1811,10 @@
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==

"@solana/web3.js@^0.19.4":
version "0.19.4"
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-0.19.4.tgz#908f682c787420b41d8fb7aa170b6ac416bf01a0"
integrity sha512-XQ/Z2PeAZsGQG3Hno4mDS6Ewa2m0IDksZbFwGwIxcFx6Zvjjgd/IKjH6q8Twqwon2mmniCWg7If6qZCcXLq+PQ==
"@solana/web3.js@^0.19.5":
version "0.19.5"
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-0.19.5.tgz#74dc8b8a2aa1a029ac6412444309702c92becfcd"
integrity sha512-G2rFrip4hN/F57ssW+N4zsVQqaHiHJ40iJfYS1PoJBffFQeGamFkUjU/Z9qp5hvrK0ffHZnIoMKQdIm+5KYMTA==
dependencies:
"@babel/runtime" "^7.3.1"
bn.js "^5.0.0"
Expand Down

0 comments on commit 933c351

Please sign in to comment.