Nate is right and this problem is common through all source controls.
However, if you and your team are using same major version of DX (i.e. 8.2.) you might set each reference as Specific Version = false (click on reference in solution explorer and then go to properties). Thus any 8.2. version will do (unless there is a breaking change in API). But still, the best practise is to keep same version of references across the team.