Skip to content

Commit

Permalink
build(deps): bump @solana/web3.js from 1.87.5 to 1.87.6 (#5824)
Browse files Browse the repository at this point in the history
* build(deps): bump @solana/web3.js from 1.87.5 to 1.87.6

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.87.5 to 1.87.6.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](solana-labs/solana-web3.js@v1.87.5...v1.87.6)

---
updated-dependencies:
- dependency-name: "@solana/web3.js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Revert change to modern single-pool

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Cinque <[email protected]>
  • Loading branch information
dependabot[bot] and joncinque authored Nov 16, 2023
1 parent 4a24df5 commit a183dbe
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions memo/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"deploy:docs": "npm run docs && gh-pages --dest memo/js --dist docs --dotfiles"
},
"peerDependencies": {
"@solana/web3.js": "^1.20.0"
"@solana/web3.js": "^1.87.6"
},
"dependencies": {
"buffer": "^6.0.3"
},
"devDependencies": {
"@solana/web3.js": "^1.20.0",
"@solana/web3.js": "^1.87.6",
"@types/chai": "^4.3.3",
"@types/jest": "^29.0.0",
"@types/node": "^20.1.2",
Expand Down
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@solana/web3.js": "^1.11.0",
"@solana/web3.js": "^1.87.6",
"bn.js": "^5.1.3",
"borsh": "^0.7.0"
},
Expand Down
46 changes: 23 additions & 23 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 single-pool/js/packages/classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@solana/web3.js": "^1.78.4",
"@solana/web3.js": "^1.87.6",
"@solana/spl-single-pool": "workspace:*"
},
"ava": {
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@coral-xyz/borsh": "^0.29.0",
"@solana/buffer-layout": "^4.0.1",
"@solana/spl-token": "workspace:*",
"@solana/web3.js": "^1.76.0",
"@solana/web3.js": "^1.87.6",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"superstruct": "^1.0.3"
Expand Down
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": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@solana/spl-token": "workspace:*",
"@solana/web3.js": "^1.36.0",
"@solana/web3.js": "^1.87.6",
"@types/eslint": "^8.4.1",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/node": "^20.1.4",
Expand Down
4 changes: 2 additions & 2 deletions token-metadata/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"watch": "tsc --build --verbose --watch tsconfig.all.json"
},
"peerDependencies": {
"@solana/web3.js": "^1.47.4"
"@solana/web3.js": "^1.87.6"
},
"dependencies": {
"@solana/codecs-core": "2.0.0-experimental.7123512",
Expand All @@ -55,7 +55,7 @@
"@solana/spl-type-length-value": "workspace:*"
},
"devDependencies": {
"@solana/web3.js": "^1.47.4",
"@solana/web3.js": "^1.87.6",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"@types/node": "^20.8.7",
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 @@ -49,11 +49,11 @@
"@solana/buffer-layout-utils": "^0.2.0"
},
"peerDependencies": {
"@solana/web3.js": "^1.42.0"
"@solana/web3.js": "^1.87.6"
},
"devDependencies": {
"@solana/spl-token": "workspace:*",
"@solana/web3.js": "^1.42.0",
"@solana/web3.js": "^1.87.6",
"@types/bn.js": "^5.1.0",
"@types/chai-as-promised": "^7.1.4",
"@types/chai": "^4.3.3",
Expand Down
4 changes: 2 additions & 2 deletions token/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"deploy:docs": "npm run docs && gh-pages --dest token/js --dist docs --dotfiles"
},
"peerDependencies": {
"@solana/web3.js": "^1.47.4"
"@solana/web3.js": "^1.87.6"
},
"dependencies": {
"@solana/buffer-layout": "^4.0.0",
Expand All @@ -60,7 +60,7 @@
},
"devDependencies": {
"@solana/spl-memo": "workspace:*",
"@solana/web3.js": "^1.47.4",
"@solana/web3.js": "^1.87.6",
"@types/chai-as-promised": "^7.1.4",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
Expand Down

0 comments on commit a183dbe

Please sign in to comment.