explorer: Bump @solana/web3.js from 1.29.1 to 1.29.2 (#20320)

This commit is contained in:
Justin Starry 2021-09-29 15:21:09 -04:00 committed by GitHub
parent 4de5fff3ca
commit 7df84463df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@
"@react-hook/debounce": "^4.0.0",
"@sentry/react": "^6.13.2",
"@solana/spl-token-registry": "^0.2.268",
"@solana/web3.js": "^1.29.1",
"@solana/web3.js": "^1.29.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"@testing-library/user-event": "^13.2.1",
@ -3597,9 +3597,9 @@
}
},
"node_modules/@solana/web3.js": {
"version": "1.29.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.29.1.tgz",
"integrity": "sha512-cgYOec8pJaDZ0Wk8TmfA895JE0d6+05lY7/hq2RpEoKsT/d0bTPGhN2yUQmOew1meG60R1pIMoNc3yzBB5/MlQ==",
"version": "1.29.2",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.29.2.tgz",
"integrity": "sha512-gtoHzimv7upsKF2DIO4/vNfIMKN+cxSImBHvsdiMyp9IPqb8sctsHVU/+80xXl0JKXVKeairDv5RvVnesJYrtw==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@solana/buffer-layout": "^3.0.0",
@ -27457,9 +27457,9 @@
}
},
"@solana/web3.js": {
"version": "1.29.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.29.1.tgz",
"integrity": "sha512-cgYOec8pJaDZ0Wk8TmfA895JE0d6+05lY7/hq2RpEoKsT/d0bTPGhN2yUQmOew1meG60R1pIMoNc3yzBB5/MlQ==",
"version": "1.29.2",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.29.2.tgz",
"integrity": "sha512-gtoHzimv7upsKF2DIO4/vNfIMKN+cxSImBHvsdiMyp9IPqb8sctsHVU/+80xXl0JKXVKeairDv5RvVnesJYrtw==",
"requires": {
"@babel/runtime": "^7.12.5",
"@solana/buffer-layout": "^3.0.0",

View File

@ -10,7 +10,7 @@
"@react-hook/debounce": "^4.0.0",
"@sentry/react": "^6.13.2",
"@solana/spl-token-registry": "^0.2.268",
"@solana/web3.js": "^1.29.1",
"@solana/web3.js": "^1.29.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"@testing-library/user-event": "^13.2.1",