Bump web3 to v0.47.1

This commit is contained in:
Justin Starry 2020-05-01 22:43:24 +08:00 committed by Michael Vines
parent 6eff7f35c9
commit 9f26cbbbeb
2 changed files with 7 additions and 7 deletions

View File

@ -1269,9 +1269,9 @@
"integrity": "sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw=="
},
"@solana/web3.js": {
"version": "0.45.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.45.0.tgz",
"integrity": "sha512-eVxTcHPBYwJOUCMopWLzy3Rte/KDFMEORSeWo1zT4BUAmUvFRYVykb2Jt56wgab8O26EZyMqNg6lKvc3aCIbYQ==",
"version": "0.47.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.47.1.tgz",
"integrity": "sha512-SeBCJSqQAgPbgP1a6jthFEv46YeYUcdOdejBDKlqsWGCtJ4dy4R/4BL3ItSJAPqYxY9Q4Cccd41Cp35w0iKvfw==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -1310,9 +1310,9 @@
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw=="
},
"ws": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz",
"integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ=="
"version": "7.2.5",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz",
"integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA=="
}
}
},

View File

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