surveyjs / custom-widgets

The collection of custom widgets for SurveyJS: Survey Library and Survey Creator :package:
https://surveyjs.io
MIT License
79 stars 78 forks source link

Feature/update nouislider dependency #260

Closed geoffreyp7 closed 3 years ago

geoffreyp7 commented 3 years ago

The nouislider dev dependency in the package.lock file has been updated to 'latest'. However the version present in the dependencies list of the compiled package has not been updated.

This PR updates the nouislider version in the compiled package to the version which is present in the development package.lock file (14.6.3).

The width override is removed as the original handle offset issue that it fixed has now been fixed by the updated version of nouislider.

tsv2013 commented 3 years ago

@geoffreyp7 Thank you for the contribution