[elm-discuss] elm-outdated

2017-09-30 Thread Fedor Nezhivoi
Hi folks! I was a bit tired of looking for outdated dependencies in my project manually so I created a small tool to help with that. Output is somewhat similar to `npm outdated` or `yarn outdated`. Here is example output for `elm-spa-example`: ```

[elm-discuss] elm-outdated

2017-09-30 Thread Fedor Nezhivoi
Hi folks! Those of you who are writing production applications probably have to look after outdated dependencies from time to time. Usually it’s a bit of a pain since there is no built-in way in elm-package to check that. So I’ve made a small tool wh