Skip to content

Commit

Permalink
build(deps): bump @coral-xyz/anchor from 0.29.0 to 0.30.1
Browse files Browse the repository at this point in the history
Bumps [@coral-xyz/anchor](https://github.com/coral-xyz/anchor) from 0.29.0 to 0.30.1.
- [Release notes](https://github.com/coral-xyz/anchor/releases)
- [Changelog](https://github.com/coral-xyz/anchor/blob/master/CHANGELOG.md)
- [Commits](coral-xyz/anchor@v0.29.0...v0.30.1)

---
updated-dependencies:
- dependency-name: "@coral-xyz/anchor"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 9902c37 commit 49be8b7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
2 changes: 1 addition & 1 deletion examples/browser/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"bs58": "^6.0.0",
"@coral-xyz/anchor": "^0.30.0",
"@coral-xyz/anchor": "^0.30.1",
"@lightprotocol/stateless.js": "workspace:*",
"@lightprotocol/compressed-token": "workspace:*",
"@solana/wallet-adapter-base": "^0.9.23",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typescript": "^5.5.3"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.0",
"@coral-xyz/anchor": "^0.30.1",
"@solana/web3.js": "^1.95.0",
"@lightprotocol/stateless.js": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/token-escrow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "cargo test-sbf -p token-escrow -- --test-threads=1"
},
"dependencies": {
"@coral-xyz/anchor": "0.29.0"
"@coral-xyz/anchor": "0.30.1"
},
"devDependencies": {
"chai": "^5.1.1",
Expand Down
41 changes: 22 additions & 19 deletions pnpm-lock.yaml

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

0 comments on commit 49be8b7

Please sign in to comment.