Update web3 to 0.49.4

This commit is contained in:
Justin Starry 2020-05-19 16:58:23 +08:00 committed by Michael Vines
parent d1c6a8f60b
commit 7d00398662
2 changed files with 4 additions and 4 deletions

View File

@ -1269,9 +1269,9 @@
"integrity": "sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw=="
},
"@solana/web3.js": {
"version": "0.49.3",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.49.3.tgz",
"integrity": "sha512-ugjkL4twBhDSztSrv9ydyUrgo4S3KbVSfuoKjQieV9cuPqkzcWuplvabkogPOOXCuCGubt49iF0TVDghcmBZhw==",
"version": "0.49.4",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.49.4.tgz",
"integrity": "sha512-9mV4MXSzUtBNbtNM5CvgtpPBlLpBlJKAfE4PlwchNA/H6MDWF8ts/MCH4pMbtAr1ZIvdxpsAKqCEUXrsj0ScMA==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@solana/web3.js": "^0.49.3",
"@solana/web3.js": "^0.49.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",