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