From 8e812d77af8862382056f83c53c9fac4c693b715 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Fri, 24 Nov 2023 17:09:00 -0800 Subject: [PATCH] chore: Remove zod from peerDependencies --- packages/ua-utils-evm-hardhat/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/ua-utils-evm-hardhat/package.json b/packages/ua-utils-evm-hardhat/package.json index 47ecbc4007..edfdae53c8 100644 --- a/packages/ua-utils-evm-hardhat/package.json +++ b/packages/ua-utils-evm-hardhat/package.json @@ -66,7 +66,6 @@ "@nomiclabs/hardhat-ethers": "^2.2.3", "ethers": "^5.5.2", "hardhat": "^2.19.0", - "hardhat-deploy": "^0.11.22", - "zod": "^3.22.4" + "hardhat-deploy": "^0.11.22" } } \ No newline at end of file