Bump @solana/web3.js

This commit is contained in:
Justin Starry
2020-04-22 21:18:54 +08:00
committed by Michael Vines
parent e5f69673d7
commit bdbd037257
2 changed files with 7 additions and 6 deletions

View File

@ -1269,8 +1269,9 @@
"integrity": "sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw==" "integrity": "sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw=="
}, },
"@solana/web3.js": { "@solana/web3.js": {
"version": "github:jstarry/solana-web3.js#c7d8fe33877a9eae354b456e019ad5044c25eeb7", "version": "0.45.0",
"from": "github:jstarry/solana-web3.js#address-history", "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.45.0.tgz",
"integrity": "sha512-eVxTcHPBYwJOUCMopWLzy3Rte/KDFMEORSeWo1zT4BUAmUvFRYVykb2Jt56wgab8O26EZyMqNg6lKvc3aCIbYQ==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1", "@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0", "bn.js": "^5.0.0",
@ -7204,9 +7205,9 @@
} }
}, },
"jayson": { "jayson": {
"version": "3.2.1", "version": "3.3.0",
"resolved": "https://registry.npmjs.org/jayson/-/jayson-3.2.1.tgz", "resolved": "https://registry.npmjs.org/jayson/-/jayson-3.3.0.tgz",
"integrity": "sha512-8YfxxjQdcSVMr0/+7B1+aGUFAI+yQYfTWBOI+rq+PBu35HL7nJ3wayC2fTXeUJZqad/I4UoDwMtBTNVWJ9rzlg==", "integrity": "sha512-QrsIeK9spSBEsXEvRMIAQ3X9cfT7u0EVD0L7XVpX4JqzIRgziJeei4iRWs+bZovdqyrmg8WgKgY9zKO4HY6eYQ==",
"requires": { "requires": {
"@types/connect": "^3.4.32", "@types/connect": "^3.4.32",
"@types/express-serve-static-core": "^4.16.9", "@types/express-serve-static-core": "^4.16.9",

View File

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