Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @nomicfoundation/hardhat-chai-matchers from 1.0.5 to 1.0.6 #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"publish": "yarn npm publish --access public --tag $(cat package.json | jq .version)"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.3",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3672,7 +3672,7 @@ __metadata:
resolution: "@kleros/kleros-v2-contracts@workspace:contracts"
dependencies:
"@kleros/vea-contracts": ^0.1.12
"@nomicfoundation/hardhat-chai-matchers": ^1.0.4
"@nomicfoundation/hardhat-chai-matchers": ^1.0.6
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13"
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts": ^4.7.3
Expand Down Expand Up @@ -4167,22 +4167,21 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/hardhat-chai-matchers@npm:^1.0.4":
version: 1.0.5
resolution: "@nomicfoundation/hardhat-chai-matchers@npm:1.0.5"
"@nomicfoundation/hardhat-chai-matchers@npm:^1.0.6":
version: 1.0.6
resolution: "@nomicfoundation/hardhat-chai-matchers@npm:1.0.6"
dependencies:
"@ethersproject/abi": ^5.1.2
"@types/chai-as-promised": ^7.1.3
chai-as-promised: ^7.1.1
chalk: ^2.4.2
deep-eql: ^4.0.1
ordinal: ^1.0.3
peerDependencies:
"@nomiclabs/hardhat-ethers": ^2.0.0
chai: ^4.2.0
ethers: ^5.0.0
hardhat: ^2.9.4
checksum: ad1f34d62be22323a12cd623bbc43c05bcd88cf9f3bc77a4fd449d076a6e890c9abf58c9d75f2254bf2f060e1c8d666c71715cff555c0cb6029d7357a200273d
checksum: c388e5ed9068f2ba7c227737ab7312dd03405d5fab195247b061f2fa52e700fbd0fb65359c2d4f2086f2905bfca642c19a9122d034533edd936f89aea65ac7f2
languageName: node
linkType: hard

Expand Down