yarn 2 has a more rigorous module resolution algorithm that throws warnings when a module tries to load a dependency it does not declare. In this case, react-docgen-typescript tries to import typescript without declaring a peerDependency. Can this be added?