Update dependencies that do not require code changes
Created by: dionisioC
This is an update of the dependencies that don't require any code change.
Next steps in my opinion (an I will try to follow them and do it) are
-
Update babel. Dash is using Babel (https://www.npmjs.com/package/babel) and that package is deprecated so it is recommendable to change it (In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babel maintainers)
-
Update mocha - chai
-
Remove npm deprecation warings
npm WARN prepublish-on-install As of npm@5, prepublish
scripts are deprecated.
npm WARN prepublish-on-install Use prepare
for build steps and prepublishOnly
for upload-only.
npm WARN prepublish-on-install See the deprecation note in npm help scripts
for more information.
- Switch from grunt? Would be good change from grunt to other solution (webpack maybe?) updating one package we can see (Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates.) Not sure how true is this, from v1.0.1 to v1.0.2 are about two years of inactivity (2016-04-05 - 2018-02-07) but from 1.0.2 to 1.0.3 there is only 6 months