From 54d67152af0e46b7b77c580adfa38fe2102b1026 Mon Sep 17 00:00:00 2001 From: Lucas Steuernagel <38472950+LucasSte@users.noreply.github.com> Date: Fri, 2 Dec 2022 10:19:27 -0300 Subject: [PATCH] Freeze Borsh library version (#1088) Signed-off-by: Lucas Steuernagel Signed-off-by: Lucas Steuernagel --- integration/anchor/package.json | 2 +- integration/solana/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/anchor/package.json b/integration/anchor/package.json index 8ebbb5b43..0f238fe03 100644 --- a/integration/anchor/package.json +++ b/integration/anchor/package.json @@ -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" }, diff --git a/integration/solana/package.json b/integration/solana/package.json index 258d92257..b17273d77 100644 --- a/integration/solana/package.json +++ b/integration/solana/package.json @@ -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",