Bump web3 to v0.49.0

This commit is contained in:
Justin Starry 2020-05-12 10:11:47 +08:00 committed by Michael Vines
parent b33d7cd893
commit 595f3ebe14
2 changed files with 7 additions and 6 deletions

View File

@ -1269,8 +1269,9 @@
"integrity": "sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw=="
},
"@solana/web3.js": {
"version": "github:jstarry/solana-web3.js#93d3d4e6288c99d028610254fb525f40b18b9dec",
"from": "github:jstarry/solana-web3.js#add-system-ixs",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.49.0.tgz",
"integrity": "sha512-E00+FF05fqzmyTBQZex1aij5U/Ge038oevBvjxvmpe/vkxLa/eddyW0o3TBNKvnT+RD5MeS09/txE2kSU/SSjg==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -1309,9 +1310,9 @@
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw=="
},
"ws": {
"version": "7.2.5",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz",
"integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA=="
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz",
"integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w=="
}
}
},

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@solana/web3.js": "github:jstarry/solana-web3.js#add-system-ixs",
"@solana/web3.js": "^0.49.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",