chore:(deps): bump @solana/web3.js from 0.77.0 to 0.78.0 in /explorer (#12474)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.77.0 to 0.78.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.77.0...v0.78.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:
parent
07dfa37cce
commit
0fb56fc61b
|
@ -2720,9 +2720,9 @@
|
|||
}
|
||||
},
|
||||
"@solana/web3.js": {
|
||||
"version": "0.77.0",
|
||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.77.0.tgz",
|
||||
"integrity": "sha512-qfJTpzrUDfmI7h7gK2ApwqMVrkrU1qyF/AzyDkzhEfdbpZHZQeezDq1oRM2RuoKICuXmmIISHu0ddS7BBMqYjw==",
|
||||
"version": "0.78.0",
|
||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.78.0.tgz",
|
||||
"integrity": "sha512-A3WQkwCO/cuWwtaPyJy+AX7iyImpmMwpu/S6JZ/YR8f4SHNk0QV7Tu0NcrcSSt/wp4rBp0e3I3Su46+hrjYNFw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.3.1",
|
||||
"bn.js": "^5.0.0",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"dependencies": {
|
||||
"@react-hook/debounce": "^3.0.0",
|
||||
"@sentry/react": "^5.24.2",
|
||||
"@solana/web3.js": "^0.77.0",
|
||||
"@solana/web3.js": "^0.78.0",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^11.0.4",
|
||||
"@testing-library/user-event": "^12.1.6",
|
||||
|
|
Loading…
Reference in New Issue