diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 223bcbdf6fb..e421d8e48c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1468,6 +1468,9 @@ importers: '@nomicfoundation/eslint-plugin-slow-imports': specifier: workspace:^ version: link:../../packages/eslint-plugin-slow-imports + '@reporters/github': + specifier: ^1.7.0 + version: 1.7.0 '@types/ci-info': specifier: ^2.0.0 version: 2.0.0 diff --git a/v-next/hardhat-build-system/package.json b/v-next/hardhat-build-system/package.json index a0df7de3be2..507783f8b66 100644 --- a/v-next/hardhat-build-system/package.json +++ b/v-next/hardhat-build-system/package.json @@ -55,6 +55,7 @@ "devDependencies": { "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^", "@nomicfoundation/eslint-plugin-slow-imports": "workspace:^", + "@reporters/github": "^1.7.0", "@types/ci-info": "^2.0.0", "@types/debug": "^4.1.4", "@types/find-up": "^2.1.1",