node-dmx / dmx

DMX controller library for node.js
MIT License
297 stars 95 forks source link

update dependency versions #32

Closed JRW1891 closed 6 years ago

Fensterbank commented 6 years ago

The app does not work after upgrading the dependency versions. Running the code from this pull request fails because app.configure() is no longer part of Express 4. Also the baudrate option is invalid. You fixed this in #31, but all changes necessary to run the code with the new package should be in one pull request (and of course it should be done for the other driver files too).

In fact it's good to use newer versions of the libraries, but we upgraded to other major versions and there is still work to do so the code works with the latest packages.

bluemaex commented 6 years ago

Thanks, this has been included in #37!