Skip to content

Commit

Permalink
move hardhat-vnext-ethers as peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Dec 17, 2024
1 parent 1851d3a commit 76e8820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v-next/hardhat-chai-matchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
},
"dependencies": {
"@ignored/hardhat-vnext-errors": "workspace:^3.0.0-next.15",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.12",
"@ignored/hardhat-vnext-utils": "workspace:^3.0.0-next.15",
"@types/chai-as-promised": "^8.0.1",
"chai-as-promised": "^8.0.0",
"deep-eql": "^5.0.1"
},
"peerDependencies": {
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.16",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.12",
"chai": "^5.1.2",
"ethers": "^6.13.2"
}
Expand Down

0 comments on commit 76e8820

Please sign in to comment.