Skip to content

Commit

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

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.94.0 to 1.95.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](solana-labs/solana-web3.js@v1.94.0...v1.95.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]>

* Do it right

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon C <[email protected]>
  • Loading branch information
dependabot[bot] and joncinque authored Jul 16, 2024
1 parent a1b0888 commit 09d85c9
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 67 deletions.
2 changes: 1 addition & 1 deletion account-compression/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"typescript-collections": "^1.3.3"
},
"peerDependencies": {
"@solana/web3.js": "^1.94.0"
"@solana/web3.js": "^1.95.0"
},
"devDependencies": {
"@metaplex-foundation/rustbin": "^0.3.5",
Expand Down
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.94.0"
"@solana/web3.js": "^1.95.0"
},
"dependencies": {
"buffer": "^6.0.3"
},
"devDependencies": {
"@solana/web3.js": "^1.94.0",
"@solana/web3.js": "^1.95.0",
"@types/chai": "^4.3.16",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
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 @@ -67,7 +67,7 @@
"typescript": "^5.5.3"
},
"dependencies": {
"@solana/web3.js": "^1.94.0",
"@solana/web3.js": "^1.95.0",
"bn.js": "^5.1.3",
"borsh": "^2.0.0"
}
Expand Down
99 changes: 47 additions & 52 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.5.3"
},
"dependencies": {
"@solana/web3.js": "^1.94.0",
"@solana/web3.js": "^1.95.0",
"@solana/addresses": "=2.0.0-experimental.21e994f",
"@solana/spl-single-pool": "1.0.0"
},
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 @@ -45,7 +45,7 @@
"dependencies": {
"@solana/buffer-layout": "^4.0.1",
"@solana/spl-token": "0.4.6",
"@solana/web3.js": "^1.94.0",
"@solana/web3.js": "^1.95.0",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"buffer-layout": "^1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions token-group/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"watch": "tsc --build --verbose --watch tsconfig.all.json"
},
"peerDependencies": {
"@solana/web3.js": "^1.94.0"
"@solana/web3.js": "^1.95.0"
},
"dependencies": {
"@solana/codecs": "2.0.0-preview.4",
"@solana/spl-type-length-value": "0.1.0"
},
"devDependencies": {
"@solana/web3.js": "^1.94.0",
"@solana/web3.js": "^1.95.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
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.6",
"@solana/spl-token": "0.4.6",
"@solana/web3.js": "^1.94.0",
"@solana/web3.js": "^1.95.0",
"@types/eslint": "^8.56.7",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/node": "^20.14.10",
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,14 +44,14 @@
"watch": "tsc --build --verbose --watch tsconfig.all.json"
},
"peerDependencies": {
"@solana/web3.js": "^1.94.0"
"@solana/web3.js": "^1.95.0"
},
"dependencies": {
"@solana/codecs": "2.0.0-preview.4",
"@solana/spl-type-length-value": "0.1.0"
},
"devDependencies": {
"@solana/web3.js": "^1.94.0",
"@solana/web3.js": "^1.95.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
Expand Down
Loading

0 comments on commit 09d85c9

Please sign in to comment.