Skip to content

Commit

Permalink
Freeze Borsh library version (#1088)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Steuernagel <[email protected]>

Signed-off-by: Lucas Steuernagel <[email protected]>
  • Loading branch information
LucasSte authored Dec 2, 2022
1 parent 5b2f778 commit 54d6715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/anchor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@project-serum/anchor": "^0.25.0",
"@solana/solidity": "^0.0.22",
"@solana/solidity": "0.0.23",
"ts-node": "^10.9.1",
"tsc-node": "^0.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions integration/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@dao-xyz/borsh": "^3.1.0",
"@solana/solidity": "0.0.22",
"@dao-xyz/borsh": "3.3.0",
"@solana/solidity": "0.0.23",
"@solana/spl-token": "0.2.0",
"@solana/web3.js": "^1.30.2 <1.40.0",
"ethers": "^5.2.0",
Expand Down

0 comments on commit 54d6715

Please sign in to comment.