Skip to content

Commit 54d6715

Browse files
authored
Freeze Borsh library version (#1088)
Signed-off-by: Lucas Steuernagel <lucas.tnagel@gmail.com> Signed-off-by: Lucas Steuernagel <lucas.tnagel@gmail.com>
1 parent 5b2f778 commit 54d6715

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration/anchor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@project-serum/anchor": "^0.25.0",
10-
"@solana/solidity": "^0.0.22",
10+
"@solana/solidity": "0.0.23",
1111
"ts-node": "^10.9.1",
1212
"tsc-node": "^0.0.3"
1313
},

integration/solana/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"typescript": "^4.1.2"
1818
},
1919
"dependencies": {
20-
"@dao-xyz/borsh": "^3.1.0",
21-
"@solana/solidity": "0.0.22",
20+
"@dao-xyz/borsh": "3.3.0",
21+
"@solana/solidity": "0.0.23",
2222
"@solana/spl-token": "0.2.0",
2323
"@solana/web3.js": "^1.30.2 <1.40.0",
2424
"ethers": "^5.2.0",

0 commit comments

Comments
 (0)