Hi folks!

I was a bit tired of looking for outdated dependencies in my project 
manually so I created a small tool 
<https://www.npmjs.com/package/elm-outdated> to help with that.

Output is somewhat similar to `npm outdated` or `yarn outdated`.

Here is example output for `elm-spa-example`:
```

$ elm-outdated
package                   current  wanted  latest
elm-community/json-extra    2.1.0   2.3.0   2.3.0
mgold/elm-date-format       1.3.0   1.4.0   1.4.0

$ elm-outdated
package                              current  wanted  latest
elm-community/json-extra      2.1.0     2.3.0   2.3.0
mgold/elm-date-format           1.3.0     1.4.0   1.4.0

$ elm-outdated
package                   current  wanted  latest
elm-community/json-extra    2.1.0   2.3.0   2.3.0
mgold/elm-date-format       1.3.0   1.4.0   1.4.0

$ elm-outdated
package                   current  wanted  latest
elm-community/json-extra    2.1.0   2.3.0   2.3.0
mgold/elm-date-format       1.3.0   1.4.0   1.4.0

$ elm-outdated
package                   current  wanted  latest
elm-community/json-extra    2.1.0   2.3.0   2.3.0
mgold/elm-date-format       1.3.0   1.4.0   1.4.0

$ elm-outdated
package                   current  wanted  latest
elm-community/json-extra    2.1.0   2.3.0   2.3.0
mgold/elm-date-format       1.3.0   1.4.0   1.4.0

```

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to