Skip to content

Commit

Permalink
chore: solidity-coverage downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jan 23, 2024
1 parent 256051c commit 24e11b1
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 10 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"pino-pretty": "^10.3.1",
"shelljs": "^0.8.5",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "0.8.5",
"solidity-coverage": "0.8.2",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.3.3"
Expand Down
53 changes: 44 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5677,7 +5677,7 @@ __metadata:
pino-pretty: "npm:^10.3.1"
shelljs: "npm:^0.8.5"
solhint-plugin-prettier: "npm:^0.1.0"
solidity-coverage: "npm:0.8.5"
solidity-coverage: "npm:0.8.2"
ts-node: "npm:^10.9.2"
typechain: "npm:^8.3.2"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -8760,7 +8760,7 @@ __metadata:
languageName: node
linkType: hard

"@solidity-parser/parser@npm:^0.14.0":
"@solidity-parser/parser@npm:^0.14.0, @solidity-parser/parser@npm:^0.14.1":
version: 0.14.5
resolution: "@solidity-parser/parser@npm:0.14.5"
dependencies:
Expand Down Expand Up @@ -25469,7 +25469,42 @@ __metadata:
languageName: node
linkType: hard

"mocha@npm:10.2.0, mocha@npm:^10.0.0, mocha@npm:^10.2.0":
"mocha@npm:7.1.2":
version: 7.1.2
resolution: "mocha@npm:7.1.2"
dependencies:
ansi-colors: "npm:3.2.3"
browser-stdout: "npm:1.3.1"
chokidar: "npm:3.3.0"
debug: "npm:3.2.6"
diff: "npm:3.5.0"
escape-string-regexp: "npm:1.0.5"
find-up: "npm:3.0.0"
glob: "npm:7.1.3"
growl: "npm:1.10.5"
he: "npm:1.2.0"
js-yaml: "npm:3.13.1"
log-symbols: "npm:3.0.0"
minimatch: "npm:3.0.4"
mkdirp: "npm:0.5.5"
ms: "npm:2.1.1"
node-environment-flags: "npm:1.0.6"
object.assign: "npm:4.1.0"
strip-json-comments: "npm:2.0.1"
supports-color: "npm:6.0.0"
which: "npm:1.3.1"
wide-align: "npm:1.1.3"
yargs: "npm:13.3.2"
yargs-parser: "npm:13.1.2"
yargs-unparser: "npm:1.6.0"
bin:
_mocha: bin/_mocha
mocha: bin/mocha
checksum: 7774969394c7184cdb298fed91a1564f6374f1214983c52598f9083fafedb6c98257cfd0a9404ac738cf6277334bbba6f3403333ac3b9981d0996710cd7f16d6
languageName: node
linkType: hard

"mocha@npm:^10.0.0, mocha@npm:^10.2.0":
version: 10.2.0
resolution: "mocha@npm:10.2.0"
dependencies:
Expand Down Expand Up @@ -31184,12 +31219,12 @@ __metadata:
languageName: node
linkType: hard

"solidity-coverage@npm:0.8.5":
version: 0.8.5
resolution: "solidity-coverage@npm:0.8.5"
"solidity-coverage@npm:0.8.2":
version: 0.8.2
resolution: "solidity-coverage@npm:0.8.2"
dependencies:
"@ethersproject/abi": "npm:^5.0.9"
"@solidity-parser/parser": "npm:^0.16.0"
"@solidity-parser/parser": "npm:^0.14.1"
chalk: "npm:^2.4.2"
death: "npm:^1.1.0"
detect-port: "npm:^1.3.0"
Expand All @@ -31200,7 +31235,7 @@ __metadata:
globby: "npm:^10.0.1"
jsonschema: "npm:^1.2.4"
lodash: "npm:^4.17.15"
mocha: "npm:10.2.0"
mocha: "npm:7.1.2"
node-emoji: "npm:^1.10.0"
pify: "npm:^4.0.1"
recursive-readdir: "npm:^2.2.2"
Expand All @@ -31212,7 +31247,7 @@ __metadata:
hardhat: ^2.11.0
bin:
solidity-coverage: plugins/bin.js
checksum: de0d6256611a69d34015019c3731a7fd8d3a9f983bb202de6fdc77b4b6ce63f8687f898a953e37f90338a30f2ac083fc08e5c6f34044b3c978fb92cbff7dbb1c
checksum: 8fab639ccbc57fe0e9d6403c8d33ab68cb5e14a36f393b87dce4131d6bf16cb4a0935f75d1268173c4f8d3eb2438435de6d1d35f6b20d64025883ab98d7629cf
languageName: node
linkType: hard

Expand Down

0 comments on commit 24e11b1

Please sign in to comment.