Skip to content

Commit

Permalink
build(deps): bump @solana/web3.js from 1.95.5 to 1.98.0
Browse files Browse the repository at this point in the history
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-labs/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]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 63b2173 commit 2e3ed3f
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 28 deletions.
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@solana/web3.js": "^1.95.5",
"@solana/web3.js": "^1.98.0",
"bn.js": "^5.1.3",
"borsh": "^2.0.0"
}
Expand Down
72 changes: 48 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion token-lending/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@solana/spl-token": "0.4.9",
"@solana/web3.js": "^1.95.5",
"@solana/web3.js": "^1.98.0",
"@types/eslint": "^8.56.7",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand Down
4 changes: 2 additions & 2 deletions token-swap/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"@solana/buffer-layout-utils": "^0.2.0"
},
"peerDependencies": {
"@solana/web3.js": "^1.95.5"
"@solana/web3.js": "^1.98.0"
},
"devDependencies": {
"@solana/spl-token": "0.4.9",
"@solana/web3.js": "^1.95.5",
"@solana/web3.js": "^1.98.0",
"@types/bn.js": "^5.1.6",
"@types/chai-as-promised": "^8.0.1",
"@types/chai": "^5.0.1",
Expand Down

0 comments on commit 2e3ed3f

Please sign in to comment.