Skip to content

Commit

Permalink
move dep from peer to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Nov 21, 2024
1 parent aac4389 commit b9f39be
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 @@ -68,13 +68,13 @@
},
"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"
},
"peerDependencies": {
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.16",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.12",
"@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.12",
"chai": "^5.1.2",
"ethers": "^6.13.2"
Expand Down

0 comments on commit b9f39be

Please sign in to comment.