From 4f34d4e6d8bb587fb1ec4c861a583055d5afa2e0 Mon Sep 17 00:00:00 2001 From: 0xmad <0xmad@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:32:51 -0500 Subject: [PATCH] fix(build): add missing typescript dependency for integration tests package --- integrationTests/package.json | 3 ++- pnpm-lock.yaml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/integrationTests/package.json b/integrationTests/package.json index 0a7923a273..2cf2e72f43 100644 --- a/integrationTests/package.json +++ b/integrationTests/package.json @@ -28,7 +28,8 @@ "hardhat-artifactor": "^0.2.0", "hardhat-contract-sizer": "^2.0.3", "mocha": "^10.3.0", - "ts-mocha": "^10.0.0" + "ts-mocha": "^10.0.0", + "typescript": "^5.4.3" }, "dependencies": { "@nomicfoundation/hardhat-toolbox": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af7a4ef5ea..fbc80e10c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -471,6 +471,9 @@ importers: ts-mocha: specifier: ^10.0.0 version: 10.0.0(mocha@10.3.0) + typescript: + specifier: ^5.4.3 + version: 5.4.3 website: dependencies: