Skip to content

Commit 833b869

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 714b08c commit 833b869

File tree

4 files changed

+125
-114
lines changed

4 files changed

+125
-114
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.31.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.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
}

0 commit comments

Comments
 (0)