Skip to content

Commit

Permalink
fix: downgrading solidity-coverage, the latest minor version is borked
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jul 27, 2023
1 parent 9d484f4 commit 65c99f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"pino-pretty": "^10.0.0",
"shelljs": "^0.8.5",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.3",
"solidity-coverage": "0.8.2",
"ts-node": "^10.9.1",
"typechain": "^8.2.0",
"typescript": "^4.9.5"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5178,7 +5178,7 @@ __metadata:
pino-pretty: ^10.0.0
shelljs: ^0.8.5
solhint-plugin-prettier: ^0.0.5
solidity-coverage: ^0.8.3
solidity-coverage: 0.8.2
ts-node: ^10.9.1
typechain: ^8.2.0
typescript: ^4.9.5
Expand Down Expand Up @@ -28004,9 +28004,9 @@ __metadata:
languageName: node
linkType: hard

"solidity-coverage@npm:^0.8.3":
version: 0.8.3
resolution: "solidity-coverage@npm:0.8.3"
"solidity-coverage@npm:0.8.2":
version: 0.8.2
resolution: "solidity-coverage@npm:0.8.2"
dependencies:
"@ethersproject/abi": ^5.0.9
"@solidity-parser/parser": ^0.14.1
Expand All @@ -28032,7 +28032,7 @@ __metadata:
hardhat: ^2.11.0
bin:
solidity-coverage: plugins/bin.js
checksum: ee9f259cf5cb12fdda52f4aa1d661baf491d5afebc1319ea02677e83755f516baec9c138185fb576f77b5d91cbe2adc888de5b42b2948f52d6d323de8a4c432f
checksum: 489f73d56a1279f2394b7a14db315532884895baa00a4016e68a4e5be0eddca90a95cb3322e6a0b15e67f2d9003b9413ee24c1c61d78f558f5a2e1e233840825
languageName: node
linkType: hard

Expand Down

0 comments on commit 65c99f7

Please sign in to comment.