DevExpress / testcafe-reporter-dashboard

MIT License
2 stars 3 forks source link

Update uuid dependency #111

Open SamMousa opened 1 year ago

SamMousa commented 1 year ago

There's only very few call sites to update and it would remove a deprecated warning from every install.

Changing code this pretty simple as explained here: https://www.npmjs.com/package/uuid#upgrading-from-uuid3

Also it seems at least one call site uses the new syntax: import { v4 as uuidv4 } from 'uuid';, which leads me to believe that just replacing every import with that line allows you to update the uuid dependency to the latest version.

kirtan-desai commented 1 year ago

The pr made to resolve this forgot to update the uuid version in package.json

aleks-pro commented 1 year ago

Hi @SamMousa , @kirtan-desai

Thank you for pointing out this issue to us. We will address it in the next testcafe release.