Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2e3ed3f

Browse files
build(deps): bump @solana/web3.js from 1.95.5 to 1.98.0
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.95.5 to 1.98.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Changelog](https://github.com/solana-labs/solana-web3.js/blob/maintenance/v1.x/.releaserc.json) - [Commits](solana-foundation/solana-web3.js@v1.95.5...v1.98.0) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63b2173 commit 2e3ed3f

File tree

4 files changed

+52
-28
lines changed

4 files changed

+52
-28
lines changed

name-service/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"typescript": "^5.7.2"
6161
},
6262
"dependencies": {
63-
"@solana/web3.js": "^1.95.5",
63+
"@solana/web3.js": "^1.98.0",
6464
"bn.js": "^5.1.3",
6565
"borsh": "^2.0.0"
6666
}

pnpm-lock.yaml

Lines changed: 48 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token-lending/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@rollup/plugin-node-resolve": "^16.0.0",
4646
"@rollup/plugin-typescript": "^12.1.2",
4747
"@solana/spl-token": "0.4.9",
48-
"@solana/web3.js": "^1.95.5",
48+
"@solana/web3.js": "^1.98.0",
4949
"@types/eslint": "^8.56.7",
5050
"@types/node": "^22.10.5",
5151
"@typescript-eslint/eslint-plugin": "^8.4.0",

token-swap/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"@solana/buffer-layout-utils": "^0.2.0"
4747
},
4848
"peerDependencies": {
49-
"@solana/web3.js": "^1.95.5"
49+
"@solana/web3.js": "^1.98.0"
5050
},
5151
"devDependencies": {
5252
"@solana/spl-token": "0.4.9",
53-
"@solana/web3.js": "^1.95.5",
53+
"@solana/web3.js": "^1.98.0",
5454
"@types/bn.js": "^5.1.6",
5555
"@types/chai-as-promised": "^8.0.1",
5656
"@types/chai": "^5.0.1",

0 commit comments

Comments
 (0)