Skip to content

Commit bb785ca

Browse files
build(deps): bump @solana/codecs from 4.0.0 to 5.0.0 (#890)
Bumps [@solana/codecs](https://github.com/anza-xyz/kit) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/anza-xyz/kit/releases) - [Commits](anza-xyz/kit@v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: "@solana/codecs" dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c76667 commit bb785ca

File tree

4 files changed

+196
-172
lines changed

4 files changed

+196
-172
lines changed

packages/dynamic-codecs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@codama/errors": "workspace:*",
5050
"@codama/nodes": "workspace:*",
5151
"@codama/visitors-core": "workspace:*",
52-
"@solana/codecs": "^4.0.0"
52+
"@solana/codecs": "^5.0.0"
5353
},
5454
"license": "MIT",
5555
"repository": {

packages/dynamic-parsers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@solana/instructions": "^4.0.0"
5454
},
5555
"devDependencies": {
56-
"@solana/codecs": "^4.0.0"
56+
"@solana/codecs": "^5.0.0"
5757
},
5858
"license": "MIT",
5959
"repository": {

packages/nodes-from-anchor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@codama/errors": "workspace:*",
4949
"@codama/nodes": "workspace:*",
5050
"@codama/visitors": "workspace:*",
51-
"@solana/codecs": "^4.0.0",
51+
"@solana/codecs": "^5.0.0",
5252
"@noble/hashes": "^1.8.0"
5353
},
5454
"license": "MIT",

0 commit comments

Comments
 (0)