Skip to content

Commit

Permalink
fix: code coverage fix (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAg19 authored Sep 14, 2022
1 parent 6d3aa6b commit 07f8cb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@semantic-release/git": "^10.0.1",
"circleci-pr-commenter": "^0.1.2",
"fs": "^0.0.1-security",
"hardhat": "^2.6.8",
"hardhat": "^2.11.0",
"hardhat-abi-exporter": "^2.3.0",
"hardhat-deploy": "^0.11.4",
"json-to-markdown-table": "^1.0.0",
Expand All @@ -80,15 +80,14 @@
"eslint-plugin-import": "^2.24.2",
"ethers": "^5.6.8",
"get-json": "^1.0.1",
"hardhat": "^2.9.7",
"hardhat-gas-reporter": "1.0.4",
"husky": "^7.0.4",
"pinst": "^3.0.0",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"solhint": "~3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.17"
"solidity-coverage": "^0.8.0"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 07f8cb1

Please sign in to comment.