File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,22 @@ const IGNORE_SAME_VERSION_FOR_PACKAGES = {
28
28
] ,
29
29
ethers : [ "@nomicfoundation/hardhat-verify" ] ,
30
30
[ "ts-node" ] : [ "hardhat" ] ,
31
- [ "typescript" ] : [ "hardhat" ] ,
31
+ [ "typescript" ] : [
32
+ "hardhat" ,
33
+ // There is an incompatibilty with root introduced in `v-next`,
34
+ // we are explicitly choosing to ignore the `./packages` versions
35
+ // of these packages here.
36
+ "@nomicfoundation/hardhat-chai-matchers" ,
37
+ "@nomicfoundation/hardhat-ethers" ,
38
+ "@nomicfoundation/hardhat-foundry" ,
39
+ "@nomicfoundation/hardhat-ledger" ,
40
+ "@nomicfoundation/hardhat-network-helpers" ,
41
+ "hardhat-shorthand" ,
42
+ "@nomicfoundation/hardhat-verify" ,
43
+ "@nomicfoundation/hardhat-viem" ,
44
+ "@nomiclabs/hardhat-vyper" ,
45
+ "@nomicfoundation/hardhat-web3-v4" ,
46
+ ] ,
32
47
} ;
33
48
34
49
const IGNORE_PEER_DEPENDENCIES_CHECK_FOR_PACKAGES = {
You can’t perform that action at this time.
0 commit comments