jquery-ui >= 1.11.0 together with jquery packaged library

jquery-ui >= 1.11.0 together with jquery packaged library

I am using a library which uses jquery internally via npm and require (  https://github.com/create3000/cobweb ) . When I try to use jquery-ui independently but on the same page, I can only use jquery-ui up to 1.10.4:

jquery-ui 1.10.4:
https://rawgit.com/andreasplesch/Library/302b4644e663546b7a201eb9df79be5469ed6b17/Tests/uses_jquery.html

1.11.0 and later does not work any more:
jquery-ui 1.12.1:
https://rawgit.com/andreasplesch/Library/a8d614533f8935c4f501722531fc2816ea63eaa0/Tests/uses_jquery.html

more discussion: https://github.com/create3000/cobweb/issues/41

Is there somewhere guidance on how to use jquery-ui in a situation where jquery is internally defined and required by another script without having access to that script ?

Thanks, Andreas