dcmjs-org / dcmjs

Javascript implementation of DICOM manipulation
https://dcmjs.netlify.com/
MIT License
287 stars 108 forks source link

fix: Old dependencies like an old canvas, corejs2 #362

Open wayfarer3130 opened 12 months ago

wayfarer3130 commented 12 months ago

There were a number of older dependencies that included corejs2 and canvas versions which are incompatible with current node versions.
There is no functional change here, merely a dependency version change to remove some incompatibilities.