chore:(deps): bump @solana/web3.js from 1.12.0 to 1.13.0 in /explorer (#17474)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.12.0...v1.13.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-25 08:21:43 +00:00 committed by GitHub
parent 85b647d80f
commit e39cb49f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2822,9 +2822,9 @@
}
},
"@solana/web3.js": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.12.0.tgz",
"integrity": "sha512-0jb7EDeocFKQOumScE9Rj4Lry5oVpBap4oGPG2yE3n7Dz4nhFUoEjDbhwEliN75M/4wJV69aPHIm2ZPeJ9rUsQ==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.13.0.tgz",
"integrity": "sha512-ANeNPGRbRD2gTTN//tfnRBEmF8A5Tfg7VbW0Mp9Xv09K28kIykSjlQGKBz4Ry2gMYtawvnleEnHLzCYNT+tvWg==",
"requires": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",

View File

@ -9,7 +9,7 @@
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^6.4.1",
"@solana/spl-token-registry": "^0.2.114",
"@solana/web3.js": "^1.12.0",
"@solana/web3.js": "^1.13.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",