From 97f8a40ce9b3bf56943207628790bb70a45bb128 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Mon, 13 Nov 2023 19:17:55 +0100 Subject: [PATCH] Add self-reference in hh-chai-matchers --- packages/hardhat-chai-matchers/package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/packages/hardhat-chai-matchers/package.json b/packages/hardhat-chai-matchers/package.json index 60a9707010..300402e816 100644 --- a/packages/hardhat-chai-matchers/package.json +++ b/packages/hardhat-chai-matchers/package.json @@ -40,6 +40,7 @@ "devDependencies": { "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^", "@nomicfoundation/eslint-plugin-slow-imports": "workspace:^", + "@nomicfoundation/hardhat-chai-matchers": "workspace:*", "@nomicfoundation/hardhat-ethers": "workspace:^3.0.0", "@types/bn.js": "^5.1.0", "@types/chai": "^4.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c16dfc67c..0275210e6f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -116,6 +116,9 @@ importers: '@nomicfoundation/eslint-plugin-slow-imports': specifier: workspace:^ version: link:../eslint-plugin-slow-imports + '@nomicfoundation/hardhat-chai-matchers': + specifier: workspace:* + version: 'link:' '@nomicfoundation/hardhat-ethers': specifier: workspace:^3.0.0 version: link:../hardhat-ethers