Skip to content

Commit 1a53aa2

Browse files
build(deps): bump @solana/web3.js from 1.98.0 to 1.98.2
Bumps [@solana/web3.js](https://github.com/solana-foundation/solana-web3.js) from 1.98.0 to 1.98.2. - [Release notes](https://github.com/solana-foundation/solana-web3.js/releases) - [Changelog](https://github.com/solana-foundation/solana-web3.js/blob/maintenance/v1.x/.releaserc.json) - [Commits](solana-foundation/solana-web3.js@v1.98.0...v1.98.2) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-version: 1.98.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db37aa3 commit 1a53aa2

File tree

3 files changed

+1116
-895
lines changed

3 files changed

+1116
-895
lines changed

examples/browser/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@solana/wallet-adapter-react": "^0.15.39",
1919
"@solana/wallet-adapter-react-ui": "^0.9.39",
2020
"@solana/wallet-adapter-unsafe-burner": "^0.1.10",
21-
"@solana/web3.js": "1.98.0",
21+
"@solana/web3.js": "1.98.2",
2222
"bs58": "^6.0.0",
2323
"next": "15.1.6",
2424
"react": "^19.1.0",

examples/node/esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@coral-xyz/anchor": "^0.30.0",
21-
"@solana/web3.js": "1.98.0",
21+
"@solana/web3.js": "1.98.2",
2222
"@lightprotocol/stateless.js": "workspace:*"
2323
}
2424
}

0 commit comments

Comments
 (0)