Skip to content

Commit c9b2b88

Browse files
build(deps): bump @coral-xyz/anchor from 0.29.0 to 0.30.1
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](solana-foundation/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] <support@github.com>
1 parent b7be61c commit c9b2b88

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

examples/browser/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"bs58": "^6.0.0",
15-
"@coral-xyz/anchor": "^0.30.0",
15+
"@coral-xyz/anchor": "^0.30.1",
1616
"@lightprotocol/stateless.js": "workspace:*",
1717
"@lightprotocol/compressed-token": "workspace:*",
1818
"@solana/wallet-adapter-base": "^0.9.23",

examples/node/esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"typescript": "^5.5.3"
1818
},
1919
"dependencies": {
20-
"@coral-xyz/anchor": "^0.30.0",
20+
"@coral-xyz/anchor": "^0.30.1",
2121
"@solana/web3.js": "^1.95.0",
2222
"@lightprotocol/stateless.js": "workspace:*"
2323
}

examples/token-escrow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "cargo test-sbf -p token-escrow -- --test-threads=1"
66
},
77
"dependencies": {
8-
"@coral-xyz/anchor": "0.29.0"
8+
"@coral-xyz/anchor": "0.30.1"
99
},
1010
"devDependencies": {
1111
"chai": "^5.1.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)