Skip to content

Commit 102c264

Browse files
build(deps): bump @coral-xyz/anchor from 0.29.0 to 0.31.1
Bumps [@coral-xyz/anchor](https://github.com/coral-xyz/anchor) from 0.29.0 to 0.31.1. - [Release notes](https://github.com/coral-xyz/anchor/releases) - [Changelog](https://github.com/solana-foundation/anchor/blob/master/CHANGELOG.md) - [Commits](solana-foundation/anchor@v0.29.0...v0.31.1) --- updated-dependencies: - dependency-name: "@coral-xyz/anchor" dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2822b9c commit 102c264

File tree

4 files changed

+46
-82
lines changed

4 files changed

+46
-82
lines changed

examples/browser/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"@coral-xyz/anchor": "^0.30.1",
14+
"@coral-xyz/anchor": "^0.31.1",
1515
"@lightprotocol/compressed-token": "workspace:*",
1616
"@lightprotocol/stateless.js": "workspace:*",
1717
"@solana/wallet-adapter-base": "^0.9.26",

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.7.2"
1818
},
1919
"dependencies": {
20-
"@coral-xyz/anchor": "^0.30.0",
20+
"@coral-xyz/anchor": "^0.31.1",
2121
"@solana/web3.js": "1.98.0",
2222
"@lightprotocol/stateless.js": "workspace:*"
2323
}

pnpm-lock.yaml

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

program-tests/sdk-anchor-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"test": "cargo test-sbf -p sdk-test"
44
},
55
"dependencies": {
6-
"@coral-xyz/anchor": "^0.29.0"
6+
"@coral-xyz/anchor": "^0.31.1"
77
},
88
"devDependencies": {
99
"@lightprotocol/zk-compression-cli": "workspace:*",

0 commit comments

Comments
 (0)