Updates pdfjs-dist from version 2.0.943 to 2.4.456, adding the use of promise on PDFJs' getDocument function. The newly used version is still quite old, but I was blocked updating it further, as it causes the PDF preview screen to show the spinner starting from the version 2.5.207
Updates all packages related to React to the last available 17.x.x version (peer dependency of one of the JupyterLab packages). Resolves the deprecated React.Props.
This PR:
pdfjs-dist
from version 2.0.943 to 2.4.456, adding the use ofpromise
on PDFJs'getDocument
function. The newly used version is still quite old, but I was blocked updating it further, as it causes the PDF preview screen to show the spinner starting from the version 2.5.207React.Props
.