zwilias / elm-json

Install, upgrade and uninstall Elm dependencies
MIT License
182 stars 9 forks source link

Upgrade test deps #45

Closed zwilias closed 1 year ago

zwilias commented 1 year ago

@lydell notes in slack that elm-json upgrade does not update test-dependencies when there are only update for test-dependencies.

Turns out we just didn't check, and assumed we're only interested in making changes where there are changes to regular deps. Whoops!