Bump solana/web3.js to 0.80.1

This commit is contained in:
Michael Vines 2020-10-12 22:25:44 -07:00
parent beaa7ff556
commit 3aff8f69af
2 changed files with 4 additions and 4 deletions

View File

@ -2720,9 +2720,9 @@
}
},
"@solana/web3.js": {
"version": "0.80.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.80.0.tgz",
"integrity": "sha512-WqEflyQkL6Qclwv3QKamuBhDxS8BK6sdYNjUXwU8YyyUinn8kNn32HUUA296lHVMjjR3/zy5tVDAdyKG76jgWQ==",
"version": "0.80.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.80.1.tgz",
"integrity": "sha512-qAzavu5g8Dj1H3+UAt/JqFdnvz7YQUv+STtwDW80RkIkFvmzz2NJ2QiR1/dhaKq8GY3BdaN1BneIxe1zQhVJkw==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",

View File

@ -5,7 +5,7 @@
"dependencies": {
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^5.25.0",
"@solana/web3.js": "^0.80.0",
"@solana/web3.js": "^0.80.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.7",